Package | Description |
---|---|
org.glassfish.jersey.message.internal |
Common Jersey internal messaging classes.
|
org.glassfish.jersey.server |
Jersey server-side classes.
|
Modifier and Type | Method and Description |
---|---|
static OutboundJaxrsResponse |
OutboundJaxrsResponse.from(javax.ws.rs.core.Response response)
Get an OutboundJaxrsResponse instance for a given JAX-RS response.
|
Constructor and Description |
---|
ContainerResponse(ContainerRequest requestContext,
OutboundJaxrsResponse response)
Create a new Jersey container response context.
|