Package | Description |
---|---|
org.glassfish.jersey.server |
Jersey server-side classes.
|
org.glassfish.jersey.server.model |
Jersey server-side application & resource modeling classes.
|
org.glassfish.jersey.server.monitoring |
Jersey server-side monitoring JMX MBeans interfaces.
|
org.glassfish.jersey.server.spi |
Jersey server-side service provider contract (SPI) classes.
|
org.glassfish.jersey.servlet.internal |
Jersey internal Servlet API.
|
Modifier and Type | Method and Description |
---|---|
Future<ContainerResponse> |
ApplicationHandler.apply(ContainerRequest requestContext)
Invokes a request and returns the
response future . |
Future<ContainerResponse> |
ApplicationHandler.apply(ContainerRequest request,
OutputStream outputStream)
Invokes a request and returns the
response future . |
Modifier and Type | Method and Description |
---|---|
ContainerResponse |
ResourceMethodInvoker.apply(org.glassfish.jersey.server.internal.process.RequestProcessingContext processingContext) |
Modifier and Type | Method and Description |
---|---|
ContainerResponse |
RequestEvent.getContainerResponse()
Get the container response.
|
Modifier and Type | Method and Description |
---|---|
OutputStream |
ContainerResponseWriter.writeResponseStatusAndHeaders(long contentLength,
ContainerResponse responseContext)
Write the status and headers of the response and return an output stream
for the web application to write the entity of the response.
|
Modifier and Type | Method and Description |
---|---|
ContainerResponse |
ResponseWriter.getResponseContext() |
Modifier and Type | Method and Description |
---|---|
OutputStream |
ResponseWriter.writeResponseStatusAndHeaders(long contentLength,
ContainerResponse responseContext) |
Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.