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.private voidHttpPostMultipartRequestDecoder.loadFieldMultipart(String delimiter) Load the field value from a Multipart requestprivate voidHttpPostMultipartRequestDecoder.loadFieldMultipartStandard(String delimiter) Load the field value from a Multipart requestprivate StringHttpPostMultipartRequestDecoder.readDelimiter(String delimiter) Read one line up to --delimiter or --delimiter-- and if existing the CRLF or LF.private StringHttpPostMultipartRequestDecoder.readDelimiterStandard(String delimiter) Read one line up to --delimiter or --delimiter-- and if existing the CRLF or LF Read one line up to --delimiter or --delimiter-- and if existing the CRLF or LF.private voidHttpPostMultipartRequestDecoder.readFileUploadByteMultipart(String delimiter) Read a FileUpload data as Byte (Binary) and add the bytes directly to the FileUpload.private voidHttpPostMultipartRequestDecoder.readFileUploadByteMultipartStandard(String delimiter) Read a FileUpload data as Byte (Binary) and add the bytes directly to the FileUpload.private StringHttpPostMultipartRequestDecoder.readLine()Read one line up to the CRLF or LFprivate StringHttpPostMultipartRequestDecoder.readLineStandard()Read one line up to the CRLF or LF(package private) voidHttpPostMultipartRequestDecoder.skipControlCharacters()Skip control Characters