Modifier and Type | Method and Description |
---|---|
AsyncHandler.STATE |
AsyncHandler.onHeadersReceived(HttpResponseHeaders headers)
Invoked as soon as the HTTP headers has been received.
|
AsyncHandler.STATE |
BodyDeferringAsyncHandler.onHeadersReceived(HttpResponseHeaders headers) |
AsyncHandler.STATE |
AsyncCompletionHandler.onHeadersReceived(HttpResponseHeaders headers)
Invoked as soon as the HTTP headers has been received.
|
Response |
AsyncHttpProvider.prepareResponse(HttpResponseStatus status,
HttpResponseHeaders headers,
Collection<HttpResponseBodyPart> bodyParts)
Prepare a
Response |
Modifier and Type | Method and Description |
---|---|
AsyncHandler.STATE |
TransferCompletionHandler.onHeadersReceived(HttpResponseHeaders headers)
Invoked as soon as the HTTP headers has been received.
|
Modifier and Type | Class and Description |
---|---|
class |
ApacheResponseHeaders
A class that represent the HTTP headers.
|
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 |
ResponseHeaders
A class that represent the HTTP headers.
|
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.onHeadersReceived(HttpResponseHeaders headers)
Invoked as soon as the HTTP headers has been received.
|
Modifier and Type | Method and Description |
---|---|
AsyncHandler.STATE |
WebDavCompletionHandlerBase.onHeadersReceived(HttpResponseHeaders headers)
Invoked as soon as the HTTP headers has been received.
|
Copyright © 2015. All rights reserved.