| Package | Description | 
|---|---|
| io.netty.handler.codec.http | Encoder, decoder and their related message types for HTTP. | 
| io.netty.handler.codec.http.multipart | HTTP multipart support. | 
| io.netty.handler.stream | Writes very large data stream asynchronously neither spending a lot of
 memory nor getting  OutOfMemoryError. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | HttpChunkedInputA  ChunkedInputthat fetches data chunk by chunk for use with HTTP chunked transfers. | 
| Constructor and Description | 
|---|
| HttpChunkedInput(ChunkedInput<ByteBuf> input)Creates a new instance using the specified input. | 
| HttpChunkedInput(ChunkedInput<ByteBuf> input,
                LastHttpContent lastHttpContent)Creates a new instance using the specified input. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | HttpPostRequestEncoderThis encoder will help to encode Request for a FORM as POST. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | ChunkedFileA  ChunkedInputthat fetches data from a file chunk by chunk. | 
| class  | ChunkedNioFileA  ChunkedInputthat fetches data from a file chunk by chunk using
 NIOFileChannel. | 
| class  | ChunkedNioStreamA  ChunkedInputthat fetches data from aReadableByteChannelchunk by chunk. | 
| class  | ChunkedStreamA  ChunkedInputthat fetches data from anInputStreamchunk by
 chunk. | 
Copyright © 2008–2015 The Netty Project. All rights reserved.