| Package | Description |
|---|---|
| javax.ws.rs.container |
Container-specific API.
|
| org.glassfish.jersey.server |
Jersey server-side classes.
|
| org.glassfish.jersey.server.filter |
Provides core server filters.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ContainerResponseFilter.filter(ContainerRequestContext requestContext,
ContainerResponseContext responseContext)
Filter method called after a response has been provided for a request
(either by a
request filter or by a
matched resource method. |
| Modifier and Type | Class and Description |
|---|---|
class |
ContainerResponse
Jersey container response context.
|
| Modifier and Type | Method and Description |
|---|---|
void |
EncodingFilter.filter(ContainerRequestContext request,
ContainerResponseContext response) |
Copyright © 2007-2019, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.