|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use com.sun.jersey.api.client | |
---|---|
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. |
Classes in com.sun.jersey.api.client used by com.sun.jersey.api.client | |
---|---|
AsyncUniformInterface
An asynchronous uniform interface for invoking HTTP requests. |
|
AsyncWebResource
An encapsulation of an asynchronous Web resource capable of building requests to send to the Web resource and processing responses returned from the Web resource. |
|
AsyncWebResource.Builder
The builder for building a ClientRequest instance and
handling the request using the UniformInterface . |
|
Client
The main class for creating WebResource instances and configuring
the properties of connections and requests. |
|
ClientHandler
A client handler that handles a HTTP request and returns the HTTP response. |
|
ClientHandlerException
A runtime exception thrown by a client handler that signals a failure to process the HTTP request or HTTP response. |
|
ClientRequest
A client (out-bound) HTTP request. |
|
ClientRequest.Builder
The builder for building a ClientRequest instance. |
|
ClientRequestAdapter
Adapter for the client request to adapt the output stream to write the entity. |
|
ClientResponse
A client (in-bound) HTTP response. |
|
GenericType
Represents a generic type T . |
|
PartialRequestBuilder
A partial implementation of RequestBuilder that implements
the methods on RequestBuilder but leaves undefined the build
methods for constructing the request. |
|
RequestBuilder
An interface for building requests. |
|
UniformInterface
A uniform interface for invoking HTTP requests. |
|
UniformInterfaceException
A runtime exception thrown by a method on the UniformInterface when
the status code of the HTTP response indicates a response that is not
expected by the method invoked. |
|
WebResource
An encapsulation of a Web resource capable of building requests to send to the Web resource and processing responses returned from the Web resource. |
|
WebResource.Builder
The builder for building a ClientRequest instance and
handling the request using the UniformInterface . |
Classes in com.sun.jersey.api.client used by com.sun.jersey.api.client.filter | |
---|---|
ClientHandler
A client handler that handles a HTTP request and returns the HTTP response. |
|
ClientHandlerException
A runtime exception thrown by a client handler that signals a failure to process the HTTP request or HTTP response. |
|
ClientRequest
A client (out-bound) HTTP request. |
|
ClientResponse
A client (in-bound) HTTP response. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |