| 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 |
EncodingFilter
Container filter that supports encoding-based content negotiation.
|
| Modifier and Type | Method and Description |
|---|---|
Iterable<org.glassfish.jersey.model.internal.RankedProvider<ContainerResponseFilter>> |
ResourceMethodInvoker.getResponseFilters()
Get all bound response filters applicable to the
resource method
wrapped by this invoker. |
| Modifier and Type | Method and Description |
|---|---|
Iterable<ContainerResponseFilter> |
RequestEvent.getContainerResponseFilters()
Get
container response filters used during the response filtering
phase. |
Copyright © 2007-2019, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.