| Package | Description | 
|---|---|
| org.jboss.netty.handler.codec.http | Encoder, decoder and their related message types for HTTP. | 
| org.jboss.netty.handler.codec.rtsp | An RTSP
 extension based on the HTTP codec. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | HttpRequestDecoder | 
| class  | HttpResponseDecoder | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | RtspMessageDecoderDecodes  ChannelBuffers into RTSP messages represented inHttpMessages. | 
| class  | RtspRequestDecoderDecodes  ChannelBuffers into RTSP requests represented inHttpRequests. | 
| class  | RtspResponseDecoderDecodes  ChannelBuffers into RTSP responses represented inHttpResponses. | 
Copyright © 2008-2014 The Netty Project. All Rights Reserved.