Uses of Interface
com.sun.jersey.api.client.ClientHandler

Packages that use ClientHandler
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. 
 

Uses of ClientHandler in com.sun.jersey.api.client
 

Classes in com.sun.jersey.api.client that implement ClientHandler
 class Client
          The main class for creating WebResource instances and configuring the properties of connections and requests.
 

Methods in com.sun.jersey.api.client that return ClientHandler
static ClientHandler Client.createDefaultClientHander()
          Create a default client handler.
 

Constructors in com.sun.jersey.api.client with parameters of type ClientHandler
Client(ClientHandler root)
          Create a new client instance.
Client(ClientHandler root, ClientConfig config)
          Create a new client instance with a client configuration.
Client(ClientHandler root, ClientConfig config, IoCComponentProviderFactory provider)
          Create a new instance with a client configuration and a component provider.
 

Uses of ClientHandler in com.sun.jersey.api.client.filter
 

Classes in com.sun.jersey.api.client.filter that implement ClientHandler
 class ClientFilter
          A client filter capable of modifying the outbound HTTP request or the inbound HTTP response.
 class GZIPContentEncodingFilter
          A GZIP content encoding filter.
 class LoggingFilter
          A logging filter.
 

Methods in com.sun.jersey.api.client.filter that return ClientHandler
protected  ClientHandler Filterable.getHeadHandler()
          Get the head client handler of the filter chain.
 ClientHandler ClientFilter.getNext()
          Get the next client handler to invoke in the chain of filters.
 

Constructors in com.sun.jersey.api.client.filter with parameters of type ClientHandler
Filterable(ClientHandler root)
          Construct with a root client handler.
 



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