| Modifier and Type | Method and Description |
|---|---|
AsyncHandler.STATE |
BodyDeferringAsyncHandler.onHeadersReceived(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.
|
Response |
AsyncHttpProvider.prepareResponse(HttpResponseStatus status,
HttpResponseHeaders headers,
List<HttpResponseBodyPart> bodyParts)
Prepare a
Response |
| Modifier and Type | Method and Description |
|---|---|
HttpResponseHeaders |
FilterContext.getResponseHeaders()
Return the response
HttpResponseHeaders |
| Modifier and Type | Method and Description |
|---|---|
FilterContext.FilterContextBuilder |
FilterContext.FilterContextBuilder.responseHeaders(HttpResponseHeaders headers) |
| 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,
List<HttpResponseBodyPart> bodyParts) |
| Constructor and Description |
|---|
ApacheResponse(HttpResponseStatus status,
HttpResponseHeaders headers,
List<HttpResponseBodyPart> bodyParts) |
| Modifier and Type | Class and Description |
|---|---|
class |
GrizzlyResponseHeaders
HttpResponseHeaders implementation using the Grizzly 2.0 HTTP client
codec. |
| Modifier and Type | Method and Description |
|---|---|
Response |
GrizzlyAsyncHttpProvider.prepareResponse(HttpResponseStatus status,
HttpResponseHeaders headers,
List<HttpResponseBodyPart> bodyParts)
Prepare a
Response |
| Constructor and Description |
|---|
GrizzlyResponse(HttpResponseStatus status,
HttpResponseHeaders headers,
List<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,
List<HttpResponseBodyPart> bodyParts) |
| Constructor and Description |
|---|
JDKResponse(HttpResponseStatus status,
HttpResponseHeaders headers,
List<HttpResponseBodyPart> bodyParts) |
| Modifier and Type | Method and Description |
|---|---|
Response |
NettyAsyncHttpProvider.prepareResponse(HttpResponseStatus status,
HttpResponseHeaders headers,
List<HttpResponseBodyPart> bodyParts) |
| Constructor and Description |
|---|
NettyResponse(HttpResponseStatus status,
HttpResponseHeaders headers,
List<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.
|
| Modifier and Type | Method and Description |
|---|---|
AsyncHandler.STATE |
WebSocketUpgradeHandler.onHeadersReceived(HttpResponseHeaders headers)
Invoked as soon as the HTTP headers has been received.
|
Copyright © 2014. All Rights Reserved.