See: Description
| Interface | Description |
|---|---|
| Cookie | Deprecated
Use
Cookie instead. |
| HttpChunk |
An HTTP chunk which is used for HTTP chunked transfer-encoding.
|
| HttpChunkTrailer |
The last
HttpChunk which has trailing headers. |
| HttpMessage |
An HTTP message which provides common properties for
HttpRequest and
HttpResponse. |
| HttpRequest |
An HTTP request.
|
| HttpResponse |
An HTTP response.
|
| Class | Description |
|---|---|
| CookieDecoder | Deprecated
Use
ClientCookieDecoder
or ServerCookieDecoder instead. |
| CookieEncoder |
Encodes
Cookies into an HTTP header value. |
| DefaultCookie | Deprecated
Use
DefaultCookie instead. |
| DefaultHttpChunk |
The default
HttpChunk implementation. |
| DefaultHttpChunkTrailer |
The default
HttpChunkTrailer implementation. |
| DefaultHttpHeaders | |
| 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 HttpChunks into a single HttpMessage with
no following HttpChunks. |
| HttpClientCodec |
A combination of
HttpRequestEncoder and HttpResponseDecoder
which enables easier client side HTTP implementation. |
| HttpConstants | |
| HttpContentCompressor |
Compresses an
HttpMessage and an HttpChunk in gzip or
deflate encoding while respecting the "Accept-Encoding" header. |
| HttpContentDecoder |
Decodes the content of the received
HttpRequest and HttpChunk. |
| HttpContentDecompressor | |
| HttpContentEncoder |
Encodes the content of the outbound
HttpResponse and HttpChunk. |
| HttpHeaderDateFormat |
This DateFormat decodes 3 formats of
Date, but only encodes the one,
the first:
Sun, 06 Nov 1994 08:49:37 GMT: standard specification, the only one with
valid generation
Sun, 06 Nov 1994 08:49:37 GMT: obsolete specification
Sun Nov 6 08:49:37 1994: obsolete specification
|
| HttpHeaders |
Provides the constants for the standard HTTP header names and values and
commonly used utility methods that accesses an
HttpMessage. |
| HttpHeaders.Names |
Standard HTTP header names.
|
| HttpHeaders.Values |
Standard HTTP header values.
|
| HttpMessageDecoder | |
| HttpMessageEncoder | |
| HttpMethod | |
| HttpRequestDecoder | |
| HttpRequestEncoder | |
| HttpResponseDecoder | |
| HttpResponseEncoder | |
| HttpResponseStatus | |
| HttpServerCodec |
A combination of
HttpRequestDecoder and HttpResponseEncoder
which enables easier server side HTTP implementation. |
| 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-2015 The Netty Project. All Rights Reserved.