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

Packages that use com.sun.jersey.api.client
com.sun.jersey.api.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 HTTP client class for handling requests and responses specified by ClientHandler or for creating WebResource instances.
ClientFilter
          A client filter capable of modifying the outbound HTTP request or the inbound HTTP response.
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 (outbound) HTTP request.
ClientRequest.Builder
          The builder for building a ClientRequest instance.
ClientResponse
          A client (inbound) HTTP response.
Filterable
          An abstract class providing support for registering and managing a chain of ClientFilter instances.
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 HTTP 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 invoker.
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.