Uses of Interface
io.netty.handler.codec.http.multipart.InterfaceHttpPostRequestDecoder
-
Packages that use InterfaceHttpPostRequestDecoder Package Description io.netty.handler.codec.http.multipart HTTP multipart support. -
-
Uses of InterfaceHttpPostRequestDecoder in io.netty.handler.codec.http.multipart
Classes in io.netty.handler.codec.http.multipart that implement InterfaceHttpPostRequestDecoder Modifier and Type Class Description class
HttpPostMultipartRequestDecoder
This decoder will decode Body and can handle POST BODY.class
HttpPostRequestDecoder
This decoder will decode Body and can handle POST BODY.class
HttpPostStandardRequestDecoder
This decoder will decode Body and can handle POST BODY.Methods in io.netty.handler.codec.http.multipart that return InterfaceHttpPostRequestDecoder Modifier and Type Method Description InterfaceHttpPostRequestDecoder
HttpPostRequestDecoder. offer(HttpContent content)
InterfaceHttpPostRequestDecoder
InterfaceHttpPostRequestDecoder. offer(HttpContent content)
Initialized the internals from a new chunk
-