| 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.proxy | |
| com.sun.jersey.client.urlconnection |
| Class and Description |
|---|
| AsyncUniformInterface
An asynchronous uniform interface for invoking HTTP requests.
|
| AsyncViewResource |
| AsyncViewResource.Builder
The builder for building a
ClientRequest instance and
handling the request using the UniformInterface. |
| AsyncViewUniformInterface |
| 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.
|
| ClientResponse.Status
Status codes defined by HTTP, see
HTTP/1.1 documentation.
|
| 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.
|
| RequestWriter
A request writer for writing header values and a request entity.
|
| RequestWriter.RequestEntityWriter
A writer for writing a request entity.
|
| RequestWriter.RequestEntityWriterListener
A lister for listening to events when writing a request entity.
|
| UniformInterface
A uniform interface for invoking HTTP requests.
|
| UniformInterfaceException
A runtime exception thrown by a method on the
UniformInterface or
ClientResponse when the status code of the HTTP response indicates
a response that is not expected. |
| ViewResource |
| ViewResource.Builder
The builder for building a
ClientRequest instance and
handling the request using the UniformInterface. |
| ViewUniformInterface |
| 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. |
| WebResourceLinkHeaders |
| Class and Description |
|---|
| ClientRequest
A client (out-bound) HTTP request.
|
| ClientResponse
A client (in-bound) HTTP response.
|
| GenericType
Represents a generic type
T. |
| Class and Description |
|---|
| 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.
|
| Class and Description |
|---|
| 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.
|
| ClientRequest
A client (out-bound) HTTP request.
|
| ClientResponse
A client (in-bound) HTTP response.
|
| Class and Description |
|---|
| ClientHandler
A client handler that handles a HTTP request and returns the HTTP response.
|
| ClientRequest
A client (out-bound) HTTP request.
|
| ClientResponse
A client (in-bound) HTTP response.
|
| RequestWriter
A request writer for writing header values and a request entity.
|
| TerminatingClientHandler
A terminating client handler that is invoked to produce an HTTP request
to send to a resource and process the HTTP response received from the resource.
|
Copyright © 2016 Oracle Corporation. All Rights Reserved.