|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ClientHandlerException | |
---|---|
com.sun.jersey.api.client | Provides support for client-side communication with HTTP-based RESTful Web services. |
com.sun.jersey.api.client.filter | Provides support for client filter chains and filters. |
com.sun.jersey.client.apache | Provides support for the Client API that utilizes the Apache HTTP client to send and receive HTTP request and responses. |
com.sun.jersey.oauth.client |
Uses of ClientHandlerException in com.sun.jersey.api.client |
---|
Methods in com.sun.jersey.api.client that throw ClientHandlerException | ||
---|---|---|
void |
ClientResponse.bufferEntity()
Buffer the entity. |
|
void |
ClientResponse.close()
Close the response. |
|
|
ClientResponse.getEntity(Class<T> c)
Get the entity of the response. |
|
|
ClientResponse.getEntity(GenericType<T> gt)
Get the entity of the response. |
|
ClientResponse |
Client.handle(ClientRequest request)
|
|
ClientResponse |
ClientHandler.handle(ClientRequest cr)
Handle a HTTP request as a ClientRequest and return the HTTP
response as a ClientResponse . |
Uses of ClientHandlerException in com.sun.jersey.api.client.filter |
---|
Methods in com.sun.jersey.api.client.filter that throw ClientHandlerException | |
---|---|
abstract ClientResponse |
ClientFilter.handle(ClientRequest cr)
|
ClientResponse |
ConnectionListenerFilter.handle(ClientRequest request)
|
ClientResponse |
LoggingFilter.handle(ClientRequest request)
|
ClientResponse |
HTTPDigestAuthFilter.handle(ClientRequest request)
|
ClientResponse |
HTTPBasicAuthFilter.handle(ClientRequest cr)
|
ClientResponse |
GZIPContentEncodingFilter.handle(ClientRequest request)
|
Uses of ClientHandlerException in com.sun.jersey.client.apache |
---|
Methods in com.sun.jersey.client.apache that throw ClientHandlerException | |
---|---|
ClientResponse |
ApacheHttpClientHandler.handle(ClientRequest cr)
|
Uses of ClientHandlerException in com.sun.jersey.oauth.client |
---|
Methods in com.sun.jersey.oauth.client that throw ClientHandlerException | |
---|---|
ClientResponse |
OAuthClientFilter.handle(ClientRequest request)
Note: This method automatically sets the nonce and timestamp. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |