| Package | Description | 
|---|---|
| io.netty.handler.codec | Extensible decoder and its common implementations which deal with the
 packet fragmentation and reassembly issue found in a stream-based transport
 such as TCP/IP. | 
| io.netty.handler.codec.http | Encoder, decoder and their related message types for HTTP. | 
| io.netty.handler.codec.http2 | Handlers for sending and receiving HTTP/2 frames. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | EmptyBinaryHeaders | 
| class  | EmptyConvertibleHeaders<UnconvertedType,ConvertedType> | 
| class  | EmptyTextHeaders | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | EmptyHttpHeaders | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | EmptyHttp2Headers | 
Copyright © 2008–2015 The Netty Project. All rights reserved.