Uses of Class
org.jboss.netty.handler.codec.http2.HttpMessageDecoder.State

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)
           
 



Copyright © 2009-2012 Frederic Bregier. All Rights Reserved.