Package | Description |
---|---|
com.sun.jersey.api.client.filter |
Provides support for client filter chains and filters.
|
com.sun.jersey.oauth.client |
Modifier and Type | Class and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Class and Description |
---|---|
class |
OAuthClientFilter
Client filter adding OAuth authorization header to the HTTP request, if no
authorization header is already present.
|
Copyright © 2013 Oracle Corporation. All rights reserved.