| Modifier and Type | Field and Description |
|---|---|
protected HttpResponseHeaders |
ResponseBase.headers |
| Modifier and Type | Method and Description |
|---|---|
Response.ResponseBuilder |
Response.ResponseBuilder.accumulate(HttpResponseHeaders headers) |
AsyncHandler.State |
AsyncHandler.onHeadersReceived(HttpResponseHeaders headers)
Invoked as soon as the HTTP headers has been received.
|
AsyncHandler.State |
AsyncCompletionHandler.onHeadersReceived(HttpResponseHeaders headers)
Invoked as soon as the HTTP headers has been received.
|
abstract Response |
HttpResponseStatus.prepareResponse(HttpResponseHeaders headers,
List<HttpResponseBodyPart> bodyParts)
Prepare a
Response |
| Constructor and Description |
|---|
ResponseBase(HttpResponseStatus status,
HttpResponseHeaders headers,
List<HttpResponseBodyPart> bodyParts) |
| Modifier and Type | Method and Description |
|---|---|
AsyncHandler.State |
AsyncHandlerWrapper.onHeadersReceived(HttpResponseHeaders headers)
Invoked as soon as the HTTP headers has been received.
|
| Modifier and Type | Method and Description |
|---|---|
HttpResponseHeaders |
FilterContext.getResponseHeaders() |
| Modifier and Type | Method and Description |
|---|---|
FilterContext.FilterContextBuilder<T> |
FilterContext.FilterContextBuilder.responseHeaders(HttpResponseHeaders headers) |
| Modifier and Type | Method and Description |
|---|---|
AsyncHandler.State |
TransferCompletionHandler.onHeadersReceived(HttpResponseHeaders headers) |
AsyncHandler.State |
BodyDeferringAsyncHandler.onHeadersReceived(HttpResponseHeaders headers) |
| Modifier and Type | Method and Description |
|---|---|
AsyncHandler.State |
ResumableAsyncHandler.onHeadersReceived(HttpResponseHeaders headers)
Invoked as soon as the HTTP headers has been received.
|
| Modifier and Type | Class and Description |
|---|---|
class |
NettyResponseHeaders
A class that represent the HTTP headers.
|
| Modifier and Type | Method and Description |
|---|---|
Response |
NettyResponseStatus.prepareResponse(HttpResponseHeaders headers,
List<HttpResponseBodyPart> bodyParts) |
| Constructor and Description |
|---|
NettyResponse(HttpResponseStatus status,
HttpResponseHeaders headers,
List<HttpResponseBodyPart> bodyParts) |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
Protocol.exitAfterProcessingFilters(io.netty.channel.Channel channel,
NettyResponseFuture<?> future,
AsyncHandler<?> handler,
HttpResponseStatus status,
HttpResponseHeaders responseHeaders) |
| Modifier and Type | Method and Description |
|---|---|
AsyncHandler.State |
WebDavCompletionHandlerBase.onHeadersReceived(HttpResponseHeaders headers)
Invoked as soon as the HTTP headers has been received.
|
| Modifier and Type | Method and Description |
|---|---|
AsyncHandler.State |
WebSocketUpgradeHandler.onHeadersReceived(HttpResponseHeaders headers)
Invoked as soon as the HTTP headers has been received.
|
Copyright © 2015. All Rights Reserved.