Package | Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
void |
ClientResponse.bufferEntity()
Buffer the entity.
|
void |
ClientResponse.close()
Close the response.
|
<T> T |
ClientResponse.getEntity(Class<T> c)
Get the entity of the response.
|
<T> T |
ClientResponse.getEntity(GenericType<T> gt)
Get the entity of the response.
|
ClientResponse |
ClientHandler.handle(ClientRequest cr)
Handle a HTTP request as a
ClientRequest and return the HTTP
response as a ClientResponse . |
ClientResponse |
Client.handle(ClientRequest request) |
Modifier and Type | Method and Description |
---|---|
ClientResponse |
HTTPDigestAuthFilter.handle(ClientRequest request) |
ClientResponse |
HTTPBasicAuthFilter.handle(ClientRequest cr) |
ClientResponse |
CsrfProtectionFilter.handle(ClientRequest cr)
Adds X-Requested-By header (if not present) to potentially state changing requests.
|
ClientResponse |
GZIPContentEncodingFilter.handle(ClientRequest request) |
ClientResponse |
ConnectionListenerFilter.handle(ClientRequest request) |
ClientResponse |
LoggingFilter.handle(ClientRequest request) |
abstract ClientResponse |
ClientFilter.handle(ClientRequest cr) |
Copyright © 2013 Oracle Corporation. All Rights Reserved.