| Package | Description |
|---|---|
| org.glassfish.jersey.filter |
Jersey Request & Response Filtering support & utility classes.
|
| org.glassfish.jersey.message.internal |
Common Jersey internal messaging classes.
|
| org.glassfish.jersey.server.filter |
Provides core server filters.
|
| org.glassfish.jersey.server.internal |
Jersey server-side internal classes.
|
| org.glassfish.jersey.server.wadl.processor | |
| org.glassfish.jersey.spi |
Common Jersey service provider contract (SPI) classes.
|
| Modifier and Type | Class and Description |
|---|---|
class |
LoggingFilter
Universal logging filter.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ExceptionWrapperInterceptor
Interceptor that transforms
WebApplicationException to
MessageBodyProcessingException. |
| Modifier and Type | Class and Description |
|---|---|
class |
CsrfProtectionFilter
Simple server-side request filter that implements CSRF protection as per the
Guidelines for Implementation of REST
by NSA (section IV.F) and
section 4.3 of this paper.
|
class |
EncodingFilter
Container filter that supports encoding-based content negotiation.
|
class |
HttpMethodOverrideFilter
A pre-matching filter to support HTTP method replacing of a POST request to a request
utilizing another HTTP method for the case where proxies or HTTP
servers would otherwise block that HTTP method.
|
class |
UriConnegFilter
A URI-based content negotiation filter mapping a dot-declared suffix in
URI to media type that is the value of the
Accept header
or a language that is the value of the Accept-Language header. |
| Modifier and Type | Class and Description |
|---|---|
class |
JsonWithPaddingInterceptor
A
WriterInterceptor implementation for JSONP format. |
| Modifier and Type | Class and Description |
|---|---|
class |
OptionsMethodProcessor
Model processor enhancing resource model and sub resources
by default OPTIONS methods defined by JAX-RS specification. |
class |
WadlModelProcessor
WADL
model processor which enhance resource model by WADL related resources (like "/application.wadl"). |
| Modifier and Type | Class and Description |
|---|---|
class |
ContentEncoder
Standard contract for plugging in content encoding support.
|
Copyright © 2007-2012 Oracle Corporation. All Rights Reserved. Use is subject to license terms.