| Package | Description |
|---|---|
| io.netty.handler.codec.http |
Encoder, decoder and their related message types for HTTP.
|
| io.netty.handler.codec.http.websocketx |
Encoder, decoder, handshakers and their related message types for
Web Socket data frames.
|
| io.netty.handler.codec.rtsp |
An RTSP
extension based on the HTTP codec.
|
| io.netty.handler.codec.spdy |
Encoder, decoder, session handler and their related message types for the SPDY protocol.
|
| Class and Description |
|---|
| Cookie
An interface defining an
HTTP cookie.
|
| DefaultHttpMessage
The default
HttpMessage implementation. |
| HttpChunk
An HTTP chunk which is used for HTTP chunked transfer-encoding.
|
| HttpChunkTrailer
The last
HttpChunk which has trailing headers. |
| HttpContentDecoder
Decodes the content of the received
HttpRequest and HttpChunk. |
| HttpContentEncoder
Encodes the content of the outbound
HttpResponse and HttpChunk. |
| HttpContentEncoder.Result |
| HttpMessage
An interface that defines a HTTP message, providing common properties for
HttpRequest and HttpResponse. |
| HttpMessageDecoder |
| HttpMessageDecoder.State
The internal state of
HttpMessageDecoder. |
| HttpMessageEncoder |
| HttpMethod |
| HttpRequest
An HTTP request.
|
| HttpResponse
An HTTP response.
|
| HttpResponseStatus |
| HttpTransferEncoding
Represents how an HTTP request or an HTTP response is represented as an
HttpMessage
and zero or more HttpChunks. |
| HttpVersion |
| Class and Description |
|---|
| HttpRequest
An HTTP request.
|
| HttpResponse
An HTTP response.
|
| Class and Description |
|---|
| HttpMessage
An interface that defines a HTTP message, providing common properties for
HttpRequest and HttpResponse. |
| HttpMessageDecoder |
| HttpMessageEncoder |
| HttpMethod |
| HttpResponseStatus |
| HttpVersion |
| Class and Description |
|---|
| HttpMessage
An interface that defines a HTTP message, providing common properties for
HttpRequest and HttpResponse. |
| HttpMethod |
| HttpResponseStatus |
| HttpVersion |
Copyright © 2008-2012 The Netty Project. All Rights Reserved.