| 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  | HttpRequestEncoder | 
| class  | HttpResponseEncoder | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | RtspMessageEncoderEncodes an RTSP message represented in  HttpMessageinto
 aChannelBuffer. | 
| class  | RtspRequestEncoderEncodes an RTSP request represented in  HttpRequestinto
 aChannelBuffer. | 
| class  | RtspResponseEncoderEncodes an RTSP response represented in  HttpResponseinto
 aChannelBuffer. | 
Copyright © 2008-2014 The Netty Project. All Rights Reserved.