Package | Description |
---|---|
com.sun.jersey.api.container.filter |
Provides common server-side filters.
|
com.sun.jersey.spi.container |
Provides support for containers and the web application that manages
resource classes.
|
com.sun.jersey.spi.uri.rules |
Provides support for hierarchical matching and accepting of URIs.
|
Modifier and Type | Class and Description |
---|---|
class |
GZIPContentEncodingFilter
A GZIP content encoding filter.
|
class |
LoggingFilter
A logging filter.
|
Modifier and Type | Method and Description |
---|---|
ContainerResponseFilter |
ResourceFilter.getResponseFilter()
Get the response filter.
|
Modifier and Type | Method and Description |
---|---|
void |
UriRuleContext.pushContainerResponseFilters(java.util.List<ContainerResponseFilter> filters)
Push a list of container response filters to apply after the
container response has been produced.
|
Copyright © 2016 Oracle Corporation. All Rights Reserved.