Package | Description |
---|---|
org.glassfish.grizzly.http | |
org.glassfish.grizzly.http.server | |
org.glassfish.grizzly.http.util |
Modifier and Type | Method and Description |
---|---|
HttpResponsePacket |
HttpResponsePacket.Builder.build()
Build the HttpResponsePacket message.
|
HttpResponsePacket |
HttpRequestPacket.getResponse() |
Modifier and Type | Method and Description |
---|---|
protected void |
HttpBaseFilter.bind(HttpRequestPacket request,
HttpResponsePacket response)
Binds
HttpRequestPacket and HttpResponsePacket objects. |
protected HttpContent |
HttpServerFilter.customizeErrorResponse(HttpResponsePacket response) |
protected void |
HttpRequestPacket.setResponse(HttpResponsePacket response) |
Modifier and Type | Field and Description |
---|---|
protected HttpResponsePacket |
Response.response
Coyote response.
|
Modifier and Type | Method and Description |
---|---|
HttpResponsePacket |
Response.getResponse()
Get the
HttpResponsePacket . |
Modifier and Type | Method and Description |
---|---|
protected static boolean |
CompressionEncodingFilter.canCompressHttpResponse(HttpResponsePacket response,
CompressionConfig compressionConfig,
String[] aliases)
Returns true if the
HttpResponsePacket could be
compressed, or false otherwise. |
void |
Response.initialize(Request request,
HttpResponsePacket response,
FilterChainContext ctx,
DelayedExecutor.DelayQueue<Response.SuspendTimeout> delayQueue,
HttpServerFilter serverFilter) |
Modifier and Type | Method and Description |
---|---|
void |
HttpStatus.setValues(HttpResponsePacket response)
Sets the status and reason phrase on the specified response.
|
Copyright © 2012-2014, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.