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