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.
|
Modifier and Type | Method and Description |
---|---|
HttpResponseHeaders |
FilterContext.getResponseHeaders() |
Modifier and Type | Method and Description |
---|---|
AsyncHandler.State |
AsyncHandlerWrapper.onHeadersReceived(HttpResponseHeaders headers)
Invoked as soon as the HTTP headers has been received.
|
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.
|
Constructor and Description |
---|
NettyResponse(HttpResponseStatus status,
HttpResponseHeaders headers,
java.util.List<HttpResponseBodyPart> bodyParts) |
Modifier and Type | Method and Description |
---|---|
boolean |
Interceptors.exitAfterIntercept(Channel channel,
NettyResponseFuture<?> future,
AsyncHandler<?> handler,
io.netty.handler.codec.http.HttpResponse response,
HttpResponseStatus status,
HttpResponseHeaders responseHeaders) |
boolean |
ResponseFiltersInterceptor.exitAfterProcessingFilters(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) |
Copyright © 2017. All Rights Reserved.