| 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 | Method and Description | 
|---|---|
static HttpMessageDecoder.State | 
HttpMessageDecoder.State.valueOf(String name)
Returns the enum constant of this type with the specified name. 
 | 
static HttpMessageDecoder.State[] | 
HttpMessageDecoder.State.values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
protected Object | 
HttpMessageDecoder.decode(ChannelHandlerContext ctx,
      Channel channel,
      ChannelBuffer buffer,
      HttpMessageDecoder.State state)  | 
| Modifier and Type | Method and Description | 
|---|---|
protected Object | 
RtspMessageDecoder.decode(ChannelHandlerContext ctx,
      Channel channel,
      ChannelBuffer buffer,
      HttpMessageDecoder.State state)  | 
Copyright © 2008-2016 The Netty Project. All Rights Reserved.