Uses of Class
org.jboss.netty.handler.codec.http2.HttpPostBodyUtil.TransferEncodingMechanism

Packages that use HttpPostBodyUtil.TransferEncodingMechanism
org.jboss.netty.handler.codec.http2 Encoder, decoder and their related message types for HTTP. 
 

Uses of HttpPostBodyUtil.TransferEncodingMechanism in org.jboss.netty.handler.codec.http2
 

Methods in org.jboss.netty.handler.codec.http2 that return HttpPostBodyUtil.TransferEncodingMechanism
static HttpPostBodyUtil.TransferEncodingMechanism HttpPostBodyUtil.TransferEncodingMechanism.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static HttpPostBodyUtil.TransferEncodingMechanism[] HttpPostBodyUtil.TransferEncodingMechanism.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 



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