Uses of Interface
com.sun.ws.rest.api.client.ClientHandler

Packages that use ClientHandler
com.sun.ws.rest.api.client   
 

Uses of ClientHandler in com.sun.ws.rest.api.client
 

Classes in com.sun.ws.rest.api.client that implement ClientHandler
 class Client
          The HTTP client class for handling requests and responses specified by ClientHandler or for creating WebResource instances.
 class ClientFilter
          A client filter capable of modifying the outbound HTTP request or the inbound HTTP response.
 

Methods in com.sun.ws.rest.api.client 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.ws.rest.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, ComponentProvider provider)
          Create a new instance with a client configuration and a compoenent provider.
Filterable(ClientHandler root)