See: Description
Interface | Description |
---|---|
Cookie |
An HTTP Cookie.
|
HttpChunk |
An HTTP chunk which is used for HTTP chunked transfer-encoding.
|
HttpMessage |
An HTTP message which provides common properties for
HttpRequest and
HttpResponse . |
HttpRequest |
An HTTP request.
|
HttpResponse |
An HTTP response.
|
Class | Description |
---|---|
CookieDecoder |
Decodes an HTTP header value into
Cookie s. |
CookieEncoder |
Encodes
Cookie s into an HTTP header value. |
DefaultCookie |
The default
Cookie implementation. |
DefaultHttpChunk |
The default
HttpChunk implementation. |
DefaultHttpMessage |
The default
HttpMessage implementation. |
DefaultHttpRequest |
The default
HttpRequest implementation. |
DefaultHttpResponse |
The default
HttpResponse implementation. |
HttpChunkAggregator |
A
ChannelHandler that aggregates an HttpMessage
and its following HttpChunk s into a single HttpMessage with
no following HttpChunk s. |
HttpHeaders |
Standard HTTP header names and values.
|
HttpHeaders.Names |
Standard HTTP header names.
|
HttpHeaders.Values |
Standard HTTP header values.
|
HttpMessageDecoder | |
HttpMessageEncoder | |
HttpMethod | |
HttpRequestDecoder | |
HttpRequestEncoder | |
HttpResponseDecoder | |
HttpResponseEncoder | |
HttpResponseStatus | |
HttpVersion | |
QueryStringDecoder |
Splits an HTTP query string into a path string and key-value parameter pairs.
|
QueryStringEncoder |
Creates an URL-encoded URI from a path string and key-value parameter pairs.
|
Enum | Description |
---|---|
HttpMessageDecoder.State |
The internal state of
HttpMessageDecoder . |
Copyright © 2008–2014 JBoss, by Red Hat. All rights reserved.