Uses of Class
io.netty.handler.codec.http.multipart.HttpPostRequestDecoder.MultiPartStatus
-
Packages that use HttpPostRequestDecoder.MultiPartStatus Package Description io.netty.handler.codec.http.multipart HTTP multipart support. -
-
Uses of HttpPostRequestDecoder.MultiPartStatus in io.netty.handler.codec.http.multipart
Methods in io.netty.handler.codec.http.multipart that return HttpPostRequestDecoder.MultiPartStatus Modifier and Type Method Description static HttpPostRequestDecoder.MultiPartStatusHttpPostRequestDecoder.MultiPartStatus. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static HttpPostRequestDecoder.MultiPartStatus[]HttpPostRequestDecoder.MultiPartStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.
-