|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use HttpMessageDecoder.State | |
|---|---|
| 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. |
| Uses of HttpMessageDecoder.State in org.jboss.netty.handler.codec.http |
|---|
| Methods in org.jboss.netty.handler.codec.http that return HttpMessageDecoder.State | |
|---|---|
static HttpMessageDecoder.State |
HttpMessageDecoder.State.valueOf(java.lang.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. |
| Methods in org.jboss.netty.handler.codec.http with parameters of type HttpMessageDecoder.State | |
|---|---|
protected java.lang.Object |
HttpMessageDecoder.decode(ChannelHandlerContext ctx,
Channel channel,
ChannelBuffer buffer,
HttpMessageDecoder.State state)
|
| Uses of HttpMessageDecoder.State in org.jboss.netty.handler.codec.rtsp |
|---|
| Methods in org.jboss.netty.handler.codec.rtsp with parameters of type HttpMessageDecoder.State | |
|---|---|
protected java.lang.Object |
RtspMessageDecoder.decode(ChannelHandlerContext ctx,
Channel channel,
ChannelBuffer buffer,
HttpMessageDecoder.State state)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||