| Package | Description |
|---|---|
| org.glassfish.jersey.server.filter |
Provides core server filters.
|
| org.glassfish.jersey.server.model |
Jersey server-side application & resource modeling classes.
|
| org.glassfish.jersey.server.monitoring |
Jersey server-side monitoring JMX MBeans interfaces.
|
| 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 |
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 | Method and Description |
|---|---|
Iterable<org.glassfish.jersey.model.internal.RankedProvider<ContainerRequestFilter>> |
ResourceMethodInvoker.getRequestFilters()
Get all bound request filters applicable to the
resource method
wrapped by this invoker. |
| Modifier and Type | Method and Description |
|---|---|
Iterable<ContainerRequestFilter> |
RequestEvent.getContainerRequestFilters()
Get
container request filters used during the request filtering
phase. |
Copyright © 2007-2017, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.