|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use HttpMessageDecoder.State | |
---|---|
org.jboss.netty.handler.codec.http2 | Encoder, decoder and their related message types for HTTP. |
Uses of HttpMessageDecoder.State in org.jboss.netty.handler.codec.http2 |
---|
Methods in org.jboss.netty.handler.codec.http2 that return HttpMessageDecoder.State | |
---|---|
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. |
Methods in org.jboss.netty.handler.codec.http2 with parameters of type HttpMessageDecoder.State | |
---|---|
protected Object |
HttpMessageDecoder.decode(org.jboss.netty.channel.ChannelHandlerContext ctx,
org.jboss.netty.channel.Channel channel,
org.jboss.netty.buffer.ChannelBuffer buffer,
HttpMessageDecoder.State state)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |