Uses of Class
com.sun.jersey.api.client.Filterable

Packages that use Filterable
com.sun.jersey.api.client   
 

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

Subclasses of Filterable in com.sun.jersey.api.client
 class 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.
 class Client
          The HTTP client class for handling requests and responses specified by ClientHandler or for creating WebResource instances.
 class 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.