|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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. |
com.sun.jersey.client.apache | Provides support for the Client API that utilizes the Apache HTTP client to send and receive HTTP request and responses. |
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. |
Uses of Filterable in com.sun.jersey.client.apache |
---|
Subclasses of Filterable in com.sun.jersey.client.apache | |
---|---|
class |
ApacheHttpClient
A Client that utilizes the Apache HTTP client to send and receive
HTTP request and responses. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |