| Package | Description |
|---|---|
| io.netty.handler.codec.http |
Encoder, decoder and their related message types for HTTP.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
HttpChunkTrailer
The last
HttpChunk which has trailing headers. |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultHttpChunk
The default
HttpChunk implementation. |
class |
DefaultHttpChunkTrailer
The default
HttpChunkTrailer implementation. |
Copyright © 2008-2012 The Netty Project. All Rights Reserved.