| 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.
|
| 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. |
| Modifier and Type | Method and Description |
|---|---|
HttpChunk |
HttpPostRequestEncoder.nextChunk()
Returns the next available HttpChunk.
|
| Modifier and Type | Method and Description |
|---|---|
void |
HttpPostRequestDecoder.offer(HttpChunk chunk)
Initialized the internals from a new chunk
|
Copyright © 2008-2013 The Netty Project. All Rights Reserved.