Uses of Class
org.jboss.netty.handler.codec.http2.HttpPostRequestDecoder.NotEnoughDataDecoderException

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

Uses of HttpPostRequestDecoder.NotEnoughDataDecoderException in org.jboss.netty.handler.codec.http2
 

Methods in org.jboss.netty.handler.codec.http2 that throw HttpPostRequestDecoder.NotEnoughDataDecoderException
 InterfaceHttpData HttpPostRequestDecoder.getBodyHttpData(String name)
          This method returns the first InterfaceHttpData with the given name from body.
 List<InterfaceHttpData> HttpPostRequestDecoder.getBodyHttpDatas()
          This method returns a List of all HttpDatas from body.
 List<InterfaceHttpData> HttpPostRequestDecoder.getBodyHttpDatas(String name)
          This method returns a List of all HttpDatas with the given name from body.
 



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