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 | Class and Description |
---|---|
class |
AjpHttpResponse
HttpResponsePacket implementation, which also contains AJP
related meta data. |
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.
|
Modifier and Type | Method and Description |
---|---|
HttpResponsePacket |
SpdyStream.getSpdyResponse() |
Modifier and Type | Method and Description |
---|---|
void |
HandShake.respond(FilterChainContext ctx,
WebSocketApplication application,
HttpResponsePacket response) |
protected abstract void |
HandShake.setHeaders(HttpResponsePacket response) |
void |
HandShake.validateServerResponse(HttpResponsePacket headers) |
Modifier and Type | Method and Description |
---|---|
void |
RFC6455HandShake.setHeaders(HttpResponsePacket response) |
void |
RFC6455HandShake.validateServerResponse(HttpResponsePacket headers) |
Copyright © 2015 Oracle Corporation. All rights reserved.