Uses of Package
com.sun.jersey.api.client

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.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.impl   
com.sun.jersey.client.impl.async   
com.sun.jersey.client.urlconnection   
com.sun.jersey.oauth.client   
 

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.
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.
TerminatingClientHandler.RequestEntityWriter
          A writer for writing a request entity.
TerminatingClientHandler.RequestEntityWriterListener
          A lister for listensing 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.
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.async
ClientRequest
          A client (out-bound) HTTP request.
ClientResponse
          A client (in-bound) HTTP response.
GenericType
          Represents a generic type T.
 

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.
 

Classes in com.sun.jersey.api.client used by com.sun.jersey.client.apache
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.
ClientResponse
          A client (in-bound) HTTP response.
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.
 

Classes in com.sun.jersey.api.client used by com.sun.jersey.client.impl
ClientRequest
          A client (out-bound) HTTP request.
ClientRequestAdapter
          Adapter for the client request to adapt the output stream to write the entity.
 

Classes in com.sun.jersey.api.client used by com.sun.jersey.client.impl.async
ClientResponse
          A client (in-bound) HTTP response.
 

Classes in com.sun.jersey.api.client used by com.sun.jersey.client.urlconnection
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.
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.
 

Classes in com.sun.jersey.api.client used by com.sun.jersey.oauth.client
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.
 



Copyright © 2011 Sun Microsystems, Inc. All Rights Reserved.