|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ClientFilter | |
---|---|
com.sun.jersey.api.client.filter | Provides support for client filter chains and filters. |
Uses of ClientFilter in com.sun.jersey.api.client.filter |
---|
Subclasses of ClientFilter in com.sun.jersey.api.client.filter | |
---|---|
class |
ConnectionListenerFilter
ConnectionListener filter This filter does not modify input/output stream |
class |
CsrfProtectionFilter
Simple client-side filter that adds X-Requested-By headers to all state-changing request (i.e. |
class |
GZIPContentEncodingFilter
A GZIP content encoding filter. |
class |
HTTPBasicAuthFilter
Client filter adding HTTP Basic Authentication header to the HTTP request, if no such header is already present |
class |
HTTPDigestAuthFilter
Client filter adding HTTP Digest authentication headers in the request |
class |
LoggingFilter
A logging filter. |
Methods in com.sun.jersey.api.client.filter with parameters of type ClientFilter | |
---|---|
void |
Filterable.addFilter(ClientFilter f)
Add a filter to the filter chain. |
boolean |
Filterable.isFilterPreset(ClientFilter f)
Check if a filter is present in the chain. |
void |
Filterable.removeFilter(ClientFilter f)
Remove a filter from the chain. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |