Modifier and Type | Method and Description |
---|---|
AsyncHandler.STATE |
AsyncHandler.onStatusReceived(HttpResponseStatus responseStatus)
Invoked as soon as the HTTP status line has been received
|
AsyncHandler.STATE |
BodyDeferringAsyncHandler.onStatusReceived(HttpResponseStatus responseStatus) |
AsyncHandler.STATE |
AsyncCompletionHandler.onStatusReceived(HttpResponseStatus status)
Invoked as soon as the HTTP status line has been received
|
Response |
AsyncHttpProvider.prepareResponse(HttpResponseStatus status,
HttpResponseHeaders headers,
Collection<HttpResponseBodyPart> bodyParts)
Prepare a
Response |
Modifier and Type | Method and Description |
---|---|
HttpResponseStatus |
FilterContext.getResponseStatus()
Return the unprocessed response's
HttpResponseStatus |
HttpResponseStatus |
FilterContext.FilterContextBuilder.getResponseStatus() |
Modifier and Type | Method and Description |
---|---|
FilterContext.FilterContextBuilder |
FilterContext.FilterContextBuilder.responseStatus(HttpResponseStatus responseStatus) |
Constructor and Description |
---|
FilterContext(AsyncHandler<T> asyncHandler,
Request request,
HttpResponseStatus responseStatus)
Deprecated.
use
FilterContext.FilterContextBuilder instead |
Modifier and Type | Class and Description |
---|---|
class |
ApacheResponseStatus
A class that represent the HTTP response' status line (code + text)
|
Modifier and Type | Method and Description |
---|---|
Response |
ApacheAsyncHttpProvider.prepareResponse(HttpResponseStatus status,
HttpResponseHeaders headers,
Collection<HttpResponseBodyPart> bodyParts) |
Constructor and Description |
---|
ApacheResponse(HttpResponseStatus status,
HttpResponseHeaders headers,
Collection<HttpResponseBodyPart> bodyParts) |
Modifier and Type | Class and Description |
---|---|
class |
ResponseStatus
A class that represent the HTTP response' status line (code + text)
|
Modifier and Type | Method and Description |
---|---|
Response |
JDKAsyncHttpProvider.prepareResponse(HttpResponseStatus status,
HttpResponseHeaders headers,
Collection<HttpResponseBodyPart> bodyParts) |
Constructor and Description |
---|
JDKResponse(HttpResponseStatus status,
HttpResponseHeaders headers,
Collection<HttpResponseBodyPart> bodyParts) |
Modifier and Type | Method and Description |
---|---|
Response |
NettyAsyncHttpProvider.prepareResponse(HttpResponseStatus status,
HttpResponseHeaders headers,
Collection<HttpResponseBodyPart> bodyParts) |
Constructor and Description |
---|
NettyResponse(HttpResponseStatus status,
HttpResponseHeaders headers,
Collection<HttpResponseBodyPart> bodyParts) |
Modifier and Type | Method and Description |
---|---|
AsyncHandler.STATE |
ResumableAsyncHandler.onStatusReceived(HttpResponseStatus status)
Invoked as soon as the HTTP status line has been received
|
Modifier and Type | Method and Description |
---|---|
AsyncHandler.STATE |
WebDavCompletionHandlerBase.onStatusReceived(HttpResponseStatus status)
Invoked as soon as the HTTP status line has been received
|
Copyright © 2015. All rights reserved.