Methods in org.apache.chemistry.opencmis.client.bindings.spi.atompub that return HttpUtils.Response |
static HttpUtils.Response |
HttpUtils.invokeDELETE(UrlBuilder url,
BindingSession session)
|
static HttpUtils.Response |
HttpUtils.invokeGET(UrlBuilder url,
BindingSession session)
|
static HttpUtils.Response |
HttpUtils.invokeGET(UrlBuilder url,
BindingSession session,
BigInteger offset,
BigInteger length)
|
static HttpUtils.Response |
HttpUtils.invokePOST(UrlBuilder url,
String contentType,
HttpUtils.Output writer,
BindingSession session)
|
static HttpUtils.Response |
HttpUtils.invokePUT(UrlBuilder url,
String contentType,
Map<String,String> headers,
HttpUtils.Output writer,
BindingSession session)
|
protected HttpUtils.Response |
AbstractAtomPubService.post(UrlBuilder url,
String contentType,
HttpUtils.Output writer)
Performs a POST on an URL, checks the response code and returns the
result. |
protected HttpUtils.Response |
AbstractAtomPubService.put(UrlBuilder url,
String contentType,
HttpUtils.Output writer)
Performs a PUT on an URL, checks the response code and returns the
result. |
protected HttpUtils.Response |
AbstractAtomPubService.put(UrlBuilder url,
String contentType,
Map<String,String> headers,
HttpUtils.Output writer)
Performs a PUT on an URL, checks the response code and returns the
result. |
protected HttpUtils.Response |
AbstractAtomPubService.read(UrlBuilder url)
Performs a GET on an URL, checks the response code and returns the
result. |