| Package | Description |
|---|---|
| org.jboss.netty.handler.codec.http |
Encoder, decoder and their related message types for HTTP.
|
| org.jboss.netty.handler.codec.http.multipart |
HTTP multipart support.
|
| org.jboss.netty.handler.codec.http.websocketx |
Encoder, decoder, handshakers and their related message types for
Web Socket data frames.
|
| org.jboss.netty.handler.codec.rtsp |
An RTSP
extension based on the HTTP codec.
|
| org.jboss.netty.handler.codec.spdy |
Encoder, decoder, session handler and their related message types for the SPDY protocol.
|
| Class and Description |
|---|
| Cookie
Deprecated.
Use
Cookie instead. |
| 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. |
| 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. |
| HttpMessage
An HTTP message which provides 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 |
| HttpVersion |
| Class and Description |
|---|
| HttpChunk
An HTTP chunk which is used for HTTP chunked transfer-encoding.
|
| HttpRequest
An HTTP request.
|
| Class and Description |
|---|
| HttpRequest
An HTTP request.
|
| HttpResponse
An HTTP response.
|
| Class and Description |
|---|
| HttpMessage
An HTTP message which provides common properties for
HttpRequest and
HttpResponse. |
| HttpMessageDecoder |
| HttpMessageDecoder.State
The internal state of
HttpMessageDecoder. |
| HttpMessageEncoder |
| HttpMethod |
| HttpResponseStatus |
| HttpVersion |
| Class and Description |
|---|
| HttpChunk
An HTTP chunk which is used for HTTP chunked transfer-encoding.
|
| HttpMessage
An HTTP message which provides common properties for
HttpRequest and
HttpResponse. |
| HttpMethod |
| HttpResponseStatus |
| HttpVersion |
Copyright © 2008-2016 The Netty Project. All Rights Reserved.