Uses of Enum
io.netty.handler.codec.http.multipart.HttpPostRequestDecoder.MultiPartStatus
Packages that use HttpPostRequestDecoder.MultiPartStatus
-
Uses of HttpPostRequestDecoder.MultiPartStatus in io.netty.handler.codec.http.multipart
Fields in io.netty.handler.codec.http.multipart declared as HttpPostRequestDecoder.MultiPartStatusModifier and TypeFieldDescriptionHttpPostMultipartRequestDecoder.currentStatus
Current getStatusHttpPostStandardRequestDecoder.currentStatus
Current getStatusMethods in io.netty.handler.codec.http.multipart that return HttpPostRequestDecoder.MultiPartStatusModifier and TypeMethodDescriptionReturns the enum constant of this type with the specified name.HttpPostRequestDecoder.MultiPartStatus.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.netty.handler.codec.http.multipart with parameters of type HttpPostRequestDecoder.MultiPartStatusModifier and TypeMethodDescriptionprivate 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 Delimiter