Package | Description |
---|---|
org.glassfish.jersey.filter |
Jersey Request & Response Filtering support & utility classes.
|
org.glassfish.jersey.server.filter |
Provides core server filters.
|
org.glassfish.jersey.server.spring.scope |
Jersey server-side spring 3 integration injection scopes related classes.
|
Modifier and Type | Class and Description |
---|---|
class |
LoggingFilter
Universal logging filter.
|
Modifier and Type | Class and Description |
---|---|
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 |
RequestContextFilter
Spring filter to provide a bridge between JAX-RS and Spring request attributes.
|
Copyright © 2007-2015, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.