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 classHttpPostMultipartRequestDecoderThis decoder will decode Body and can handle POST BODY.classHttpPostRequestDecoderThis decoder will decode Body and can handle POST BODY.classHttpPostStandardRequestDecoderThis 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 InterfaceHttpPostRequestDecoderHttpPostRequestDecoder. offer(HttpContent content)InterfaceHttpPostRequestDecoderInterfaceHttpPostRequestDecoder. offer(HttpContent content)Initialized the internals from a new chunk
-