Modifier and Type | Method and Description |
---|---|
ClientResponse |
ClientRequest.delete() |
<T> ClientResponse<T> |
ClientRequest.delete(Class<T> returnType) |
<T> ClientResponse<T> |
ClientRequest.delete(Class<T> returnType,
Type genericType) |
<T> ClientResponse<T> |
ClientRequest.delete(GenericType type) |
ClientResponse |
ClientRequest.execute() |
ClientResponse |
ClientExecutor.execute(ClientRequest request) |
ClientResponse |
ClientRequest.get() |
<T> ClientResponse<T> |
ClientRequest.get(Class<T> returnType)
Templates the returned ClientResponse for easy access to returned entity
|
<T> ClientResponse<T> |
ClientRequest.get(Class<T> returnType,
Type genericType) |
<T> ClientResponse<T> |
ClientRequest.get(GenericType type) |
ClientResponse |
ClientResponseFailure.getResponse() |
ClientResponse |
ClientRequest.head() |
ClientResponse |
ClientRequest.httpMethod(String httpMethod) |
<T> ClientResponse<T> |
ClientRequest.httpMethod(String method,
Class<T> returnType) |
<T> ClientResponse<T> |
ClientRequest.httpMethod(String method,
Class<T> returnType,
Type genericType) |
<T> ClientResponse<T> |
ClientRequest.httpMethod(String method,
GenericType type) |
ClientResponse |
ClientRequest.options() |
<T> ClientResponse<T> |
ClientRequest.options(Class<T> returnType) |
<T> ClientResponse<T> |
ClientRequest.options(Class<T> returnType,
Type genericType) |
<T> ClientResponse<T> |
ClientRequest.options(GenericType type) |
ClientResponse |
ClientRequest.post() |
<T> ClientResponse<T> |
ClientRequest.post(Class<T> returnType) |
<T> ClientResponse<T> |
ClientRequest.post(Class<T> returnType,
Type genericType) |
<T> ClientResponse<T> |
ClientRequest.post(GenericType type) |
ClientResponse |
ClientRequest.put() |
<T> ClientResponse<T> |
ClientRequest.put(Class<T> returnType) |
<T> ClientResponse<T> |
ClientRequest.put(Class<T> returnType,
Type genericType) |
<T> ClientResponse<T> |
ClientRequest.put(GenericType type) |
Constructor and Description |
---|
ClientResponseFailure(ClientResponse response) |
ClientResponseFailure(String s,
ClientResponse response) |
ClientResponseFailure(String s,
Throwable throwable,
ClientResponse response) |
ClientResponseFailure(Throwable throwable,
ClientResponse response) |
Modifier and Type | Method and Description |
---|---|
ClientResponse |
CacheInterceptor.cacheIfPossible(ClientRequest request,
BaseClientResponse response) |
ClientResponse |
CacheInterceptor.execute(ClientExecutionContext ctx) |
protected ClientResponse |
CacheInterceptor.handleExpired(ClientExecutionContext ctx,
ClientRequest request,
BrowserCache.Entry entry) |
ClientResponse |
CacheInterceptor.updateOnNotModified(ClientRequest request,
BrowserCache.Entry old,
BaseClientResponse response) |
Modifier and Type | Class and Description |
---|---|
class |
BaseClientResponse<T> |
Modifier and Type | Method and Description |
---|---|
static ClientResponse |
BaseClientResponse.copyFromError(ClientResponse copy)
Store entity within a byte array input stream because we want to release the connection
if a ClientResponseFailure is thrown.
|
Modifier and Type | Method and Description |
---|---|
static ClientResponse |
BaseClientResponse.copyFromError(ClientResponse copy)
Store entity within a byte array input stream because we want to release the connection
if a ClientResponseFailure is thrown.
|
void |
ClientErrorInterceptor.handle(ClientResponse<?> response)
Attempt to handle the current
ClientResponse . |
Modifier and Type | Method and Description |
---|---|
ClientResponse |
InMemoryClientExecutor.execute(ClientRequest request) |
ClientResponse |
ApacheHttpClient4Executor.execute(ClientRequest request) |
ClientResponse |
ApacheHttpClientExecutor.execute(ClientRequest request)
Deprecated.
|
ClientResponse<?> |
URLConnectionClientExecutor.execute(ClientRequest request) |
Modifier and Type | Method and Description |
---|---|
ClientResponse |
ClientExecutionContextImpl.proceed() |
Modifier and Type | Method and Description |
---|---|
ClientResponse |
AcceptEncodingGZIPInterceptor.execute(ClientExecutionContext ctx) |
Modifier and Type | Method and Description |
---|---|
ClientResponse |
ClientExecutionInterceptor.execute(ClientExecutionContext ctx) |
ClientResponse |
ClientExecutionContext.proceed() |
Copyright © 2014. All Rights Reserved.