Modifier and Type | Method and Description |
---|---|
void |
Response.ResponseBuilder.accumulate(HttpResponseStatus status) |
AsyncHandler.State |
AsyncHandler.onStatusReceived(HttpResponseStatus responseStatus)
Invoked as soon as the HTTP status line has been received
|
AsyncHandler.State |
AsyncCompletionHandler.onStatusReceived(HttpResponseStatus status) |
Modifier and Type | Method and Description |
---|---|
HttpResponseStatus |
FilterContext.getResponseStatus() |
Modifier and Type | Method and Description |
---|---|
FilterContext.FilterContextBuilder<T> |
FilterContext.FilterContextBuilder.responseStatus(HttpResponseStatus responseStatus) |
Modifier and Type | Method and Description |
---|---|
AsyncHandler.State |
BodyDeferringAsyncHandler.onStatusReceived(HttpResponseStatus responseStatus) |
Modifier and Type | Method and Description |
---|---|
AsyncHandler.State |
ResumableAsyncHandler.onStatusReceived(HttpResponseStatus status) |
Modifier and Type | Class and Description |
---|---|
class |
NettyResponseStatus
A class that represent the HTTP response' status line (code + text)
|
Constructor and Description |
---|
NettyResponse(HttpResponseStatus status,
io.netty.handler.codec.http.HttpHeaders headers,
java.util.List<HttpResponseBodyPart> bodyParts) |
Modifier and Type | Method and Description |
---|---|
boolean |
Interceptors.exitAfterIntercept(io.netty.channel.Channel channel,
NettyResponseFuture<?> future,
AsyncHandler<?> handler,
io.netty.handler.codec.http.HttpResponse response,
HttpResponseStatus status,
io.netty.handler.codec.http.HttpHeaders responseHeaders) |
boolean |
ResponseFiltersInterceptor.exitAfterProcessingFilters(io.netty.channel.Channel channel,
NettyResponseFuture<?> future,
AsyncHandler<?> handler,
HttpResponseStatus status,
io.netty.handler.codec.http.HttpHeaders responseHeaders) |
Modifier and Type | Method and Description |
---|---|
AsyncHandler.State |
WebDavCompletionHandlerBase.onStatusReceived(HttpResponseStatus status)
Invoked as soon as the HTTP status line has been received
|
Modifier and Type | Method and Description |
---|---|
AsyncHandler.State |
WebSocketUpgradeHandler.onStatusReceived(HttpResponseStatus responseStatus) |
protected void |
WebSocketUpgradeHandler.onStatusReceived0(HttpResponseStatus responseStatus) |
Copyright © 2019. All Rights Reserved.