Package | Description |
---|---|
org.glassfish.jersey.server.spi |
Jersey server-side service provider contract (SPI) classes.
|
Modifier and Type | Method and Description |
---|---|
java.io.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.
|