|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |