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

Packages that use Filterable
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 Filterable in com.sun.jersey.api.client
 

Subclasses of Filterable in com.sun.jersey.api.client
 class AsyncViewResource
           
 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 main class for creating WebResource instances and configuring the properties of connections and requests.
 class ViewResource
           
 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.
 

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

Constructors in com.sun.jersey.api.client.filter with parameters of type Filterable
Filterable(Filterable that)
          Construct from an existing filterable instance.
 



Copyright © 2013 Oracle Corporation. All Rights Reserved.