| Package | Description |
|---|---|
| org.jboss.netty.handler.codec.http |
Encoder, decoder and their related message types for HTTP.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultHttpChunkTrailer
The default
HttpChunkTrailer implementation. |
| Modifier and Type | Field and Description |
|---|---|
static HttpChunkTrailer |
HttpChunk.LAST_CHUNK
The 'end of content' marker in chunked encoding.
|
| Modifier and Type | Method and Description |
|---|---|
private HttpChunkTrailer |
HttpMessageDecoder.readTrailingHeaders(ChannelBuffer buffer) |
| Modifier and Type | Method and Description |
|---|---|
private static void |
HttpMessageEncoder.encodeTrailingHeaders(ChannelBuffer buf,
HttpChunkTrailer trailer) |