Uses of Class
org.jboss.netty.handler.codec.http.multipart.HttpPostRequestDecoder.ErrorDataDecoderException
Packages that use HttpPostRequestDecoder.ErrorDataDecoderException
-
Uses of HttpPostRequestDecoder.ErrorDataDecoderException in org.jboss.netty.handler.codec.http.multipart
Methods in org.jboss.netty.handler.codec.http.multipart that throw HttpPostRequestDecoder.ErrorDataDecoderExceptionModifier and TypeMethodDescriptionprivate static String
HttpPostStandardRequestDecoder.decodeAttribute
(String s, Charset charset) Decode componentprivate InterfaceHttpData
HttpPostMultipartRequestDecoder.decodeMultipart
(HttpPostRequestDecoder.MultiPartStatus state) Decode a multipart request by pieces
NOTSTARTED PREAMBLE (
(HEADERDELIMITER DISPOSITION (FIELD | FILEUPLOAD))*
(HEADERDELIMITER DISPOSITION MIXEDPREAMBLE
(MIXEDDELIMITER MIXEDDISPOSITION MIXEDFILEUPLOAD)+
MIXEDCLOSEDELIMITER)*
CLOSEDELIMITER)+ EPILOGUE
Inspired from HttpMessageDecoderprivate InterfaceHttpData
HttpPostMultipartRequestDecoder.findMultipartDelimiter
(String delimiter, HttpPostRequestDecoder.MultiPartStatus dispositionStatus, HttpPostRequestDecoder.MultiPartStatus closeDelimiterStatus) Find the next Multipart Delimiterprivate InterfaceHttpData
HttpPostMultipartRequestDecoder.findMultipartDisposition()
Find the next Dispositionprivate InterfaceHttpData
HttpPostMultipartRequestDecoder.getFileUpload
(String delimiter) Get the FileUpload (new one or current one)protected static String[]
HttpPostRequestDecoder.getMultipartDataBoundary
(String contentType) Check from the request ContentType if this request is a Multipart request.static boolean
HttpPostRequestDecoder.isMultipart
(HttpRequest request) Check if the given request is a multipart requestprivate 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 requestvoid
void
Initialized the internals from a new chunkvoid
void
Initialized the internals from a new chunkprivate void
HttpPostMultipartRequestDecoder.parseBody()
This method will parse as much as possible data and fill the list and mapprivate void
HttpPostStandardRequestDecoder.parseBody()
This method will parse as much as possible data and fill the list and mapprivate void
HttpPostStandardRequestDecoder.parseBodyAttributes()
This method fill the map and list with as much Attribute as possible from Body in not Multipart mode.private void
HttpPostStandardRequestDecoder.parseBodyAttributesStandard()
This method fill the map and list with as much Attribute as possible from Body in not Multipart mode.private void
HttpPostMultipartRequestDecoder.parseBodyMultipart()
Parse the Body for multipartprivate 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 void
HttpPostStandardRequestDecoder.setFinalBuffer
(ChannelBuffer buffer) private void
HttpPostMultipartRequestDecoder.setMultipart
(String contentType) Set from the request ContentType the multipartDataBoundary and the possible charset.Constructors in org.jboss.netty.handler.codec.http.multipart that throw HttpPostRequestDecoder.ErrorDataDecoderExceptionModifierConstructorDescriptionHttpPostMultipartRequestDecoder
(HttpDataFactory factory, HttpRequest request) HttpPostMultipartRequestDecoder
(HttpDataFactory factory, HttpRequest request, Charset charset) HttpPostRequestDecoder
(HttpRequest request) HttpPostRequestDecoder
(HttpDataFactory factory, HttpRequest request) HttpPostRequestDecoder
(HttpDataFactory factory, HttpRequest request, Charset charset) HttpPostStandardRequestDecoder
(HttpDataFactory factory, HttpRequest request) HttpPostStandardRequestDecoder
(HttpDataFactory factory, HttpRequest request, Charset charset)