Uses of Class
org.jboss.netty.handler.codec.http.multipart.HttpPostRequestDecoder.NotEnoughDataDecoderException
Packages that use HttpPostRequestDecoder.NotEnoughDataDecoderException
-
Uses of HttpPostRequestDecoder.NotEnoughDataDecoderException in org.jboss.netty.handler.codec.http.multipart
Methods in org.jboss.netty.handler.codec.http.multipart that throw HttpPostRequestDecoder.NotEnoughDataDecoderExceptionModifier and TypeMethodDescriptionHttpPostMultipartRequestDecoder.getBodyHttpData(String name) HttpPostRequestDecoder.getBodyHttpData(String name) This method returns the first InterfaceHttpData with the given name from body.
If chunked, all chunks must have been offered using offer() method.HttpPostStandardRequestDecoder.getBodyHttpData(String name) InterfaceHttpPostRequestDecoder.getBodyHttpData(String name) This method returns the first InterfaceHttpData with the given name from body.
If chunked, all chunks must have been offered using offer() method.HttpPostMultipartRequestDecoder.getBodyHttpDatas()HttpPostMultipartRequestDecoder.getBodyHttpDatas(String name) HttpPostRequestDecoder.getBodyHttpDatas()This method returns a List of all HttpDatas from body.
If chunked, all chunks must have been offered using offer() method.HttpPostRequestDecoder.getBodyHttpDatas(String name) This method returns a List of all HttpDatas with the given name from body.
If chunked, all chunks must have been offered using offer() method.HttpPostStandardRequestDecoder.getBodyHttpDatas()HttpPostStandardRequestDecoder.getBodyHttpDatas(String name) InterfaceHttpPostRequestDecoder.getBodyHttpDatas()This method returns a List of all HttpDatas from body.
If chunked, all chunks must have been offered using offer() method.InterfaceHttpPostRequestDecoder.getBodyHttpDatas(String name) This method returns a List of all HttpDatas with the given name from body.
If chunked, all chunks must have been offered using offer() method.