Package | Description |
---|---|
com.sun.jersey.api.client |
Provides support for client-side communication with HTTP-based
RESTful Web services.
|
com.sun.jersey.api.client.async | |
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.client.apache4 |
Provides support for the Client API that utilizes the Apache HTTP client to
send and receive HTTP request and responses.
|
com.sun.jersey.client.impl | |
com.sun.jersey.client.proxy | |
com.sun.jersey.client.urlconnection | |
com.sun.jersey.oauth.client | |
com.sun.jersey.test.framework.impl.container.inmemory |
Modifier and Type | Method and Description |
---|---|
ClientRequest |
ClientRequest.Builder.build(URI uri,
String method)
Build the
ClientRequest instance. |
abstract ClientRequest |
ClientRequest.clone()
Clone the request.
|
Modifier and Type | Method and Description |
---|---|
OutputStream |
ClientRequestAdapter.adapt(ClientRequest request,
OutputStream out)
Adapt the output stream of the client request.
|
protected RequestWriter.RequestEntityWriter |
RequestWriter.getRequestEntityWriter(ClientRequest ro)
Get a request entity writer capable of writing the request entity.
|
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 . |
Future<ClientResponse> |
AsyncWebResource.handle(ClientRequest request,
FutureListener<ClientResponse> l) |
Future<ClientResponse> |
AsyncViewResource.handle(ClientRequest request,
FutureListener<ClientResponse> l) |
protected void |
RequestWriter.writeRequestEntity(ClientRequest ro,
RequestWriter.RequestEntityWriterListener listener)
Write a request entity using an appropriate message body writer.
|
Modifier and Type | Method and Description |
---|---|
Future<ClientResponse> |
AsyncClientHandler.handle(ClientRequest r,
FutureListener<ClientResponse> l)
Invoke an asynchronous client request.
|
Modifier and Type | Method and Description |
---|---|
ClientResponse |
HTTPBasicAuthFilter.handle(ClientRequest cr) |
ClientResponse |
HTTPDigestAuthFilter.handle(ClientRequest request) |
ClientResponse |
ConnectionListenerFilter.handle(ClientRequest request) |
abstract ClientResponse |
ClientFilter.handle(ClientRequest cr) |
ClientResponse |
GZIPContentEncodingFilter.handle(ClientRequest request) |
ClientResponse |
LoggingFilter.handle(ClientRequest request) |
ClientResponse |
CsrfProtectionFilter.handle(ClientRequest cr)
Adds X-Requested-By header (if not present) to potentially state changing requests.
|
ContainerListener |
OnStartConnectionListener.onStart(ClientRequest cr)
Factory method for ContainerListener.
|
Modifier and Type | Method and Description |
---|---|
void |
DefaultApacheHttpMethodExecutor.executeMethod(org.apache.commons.httpclient.HttpMethod method,
ClientRequest cr) |
void |
ApacheHttpMethodExecutor.executeMethod(org.apache.commons.httpclient.HttpMethod method,
ClientRequest cr)
Execute the HTTP method
|
ClientResponse |
ApacheHttpClientHandler.handle(ClientRequest cr) |
Modifier and Type | Method and Description |
---|---|
ClientResponse |
ApacheHttpClient4Handler.handle(ClientRequest cr) |
Modifier and Type | Class and Description |
---|---|
class |
ClientRequestImpl |
Modifier and Type | Method and Description |
---|---|
ClientRequest |
ClientRequestImpl.clone() |
Modifier and Type | Method and Description |
---|---|
OutputStream |
ClientRequestImpl.adapt(ClientRequest request,
OutputStream out) |
Modifier and Type | Method and Description |
---|---|
Future<T> |
ViewProxy.asyncView(Class<T> type,
ClientRequest request,
AsyncClientHandler handler) |
Future<T> |
ViewProxy.asyncView(T v,
ClientRequest request,
AsyncClientHandler handler) |
T |
ViewProxy.view(Class<T> type,
ClientRequest request,
ClientHandler handler) |
T |
ViewProxy.view(T v,
ClientRequest request,
ClientHandler handler) |
Modifier and Type | Method and Description |
---|---|
ClientResponse |
URLConnectionClientHandler.handle(ClientRequest ro)
ClientRequest handler.
|
Modifier and Type | Method and Description |
---|---|
ClientResponse |
OAuthClientFilter.handle(ClientRequest request)
Note: This method automatically sets the nonce and timestamp.
|
Modifier and Type | Method and Description |
---|---|
ClientResponse |
TestResourceClientHandler.handle(ClientRequest clientRequest) |
Copyright © 2013 Oracle Corporation. All rights reserved.