ClientResponse |
ClientRequest.delete()
Deprecated.
|
<T> ClientResponse<T> |
ClientRequest.delete(Class<T> returnType)
Deprecated.
|
<T> ClientResponse<T> |
ClientRequest.delete(Class<T> returnType,
Type genericType)
Deprecated.
|
<T> ClientResponse<T> |
ClientRequest.delete(GenericType type)
Deprecated.
|
ClientResponse |
ClientRequest.execute()
Deprecated.
|
ClientResponse |
ClientExecutor.execute(ClientRequest request)
Deprecated.
|
ClientResponse |
ClientRequest.get()
Deprecated.
|
<T> ClientResponse<T> |
ClientRequest.get(Class<T> returnType)
Deprecated.
Templates the returned ClientResponse for easy access to returned entity
|
<T> ClientResponse<T> |
ClientRequest.get(Class<T> returnType,
Type genericType)
Deprecated.
|
<T> ClientResponse<T> |
ClientRequest.get(GenericType type)
Deprecated.
|
ClientResponse |
ClientResponseFailure.getResponse()
Deprecated.
|
ClientResponse |
ClientRequest.head()
Deprecated.
|
ClientResponse |
ClientRequest.httpMethod(String httpMethod)
Deprecated.
|
<T> ClientResponse<T> |
ClientRequest.httpMethod(String method,
Class<T> returnType)
Deprecated.
|
<T> ClientResponse<T> |
ClientRequest.httpMethod(String method,
Class<T> returnType,
Type genericType)
Deprecated.
|
<T> ClientResponse<T> |
ClientRequest.httpMethod(String method,
GenericType type)
Deprecated.
|
ClientResponse |
ClientRequest.options()
Deprecated.
|
<T> ClientResponse<T> |
ClientRequest.options(Class<T> returnType)
Deprecated.
|
<T> ClientResponse<T> |
ClientRequest.options(Class<T> returnType,
Type genericType)
Deprecated.
|
<T> ClientResponse<T> |
ClientRequest.options(GenericType type)
Deprecated.
|
ClientResponse |
ClientRequest.post()
Deprecated.
|
<T> ClientResponse<T> |
ClientRequest.post(Class<T> returnType)
Deprecated.
|
<T> ClientResponse<T> |
ClientRequest.post(Class<T> returnType,
Type genericType)
Deprecated.
|
<T> ClientResponse<T> |
ClientRequest.post(GenericType type)
Deprecated.
|
ClientResponse |
ClientRequest.put()
Deprecated.
|
<T> ClientResponse<T> |
ClientRequest.put(Class<T> returnType)
Deprecated.
|
<T> ClientResponse<T> |
ClientRequest.put(Class<T> returnType,
Type genericType)
Deprecated.
|
<T> ClientResponse<T> |
ClientRequest.put(GenericType type)
Deprecated.
|