Uses of Class
io.netty.handler.codec.http.multipart.HttpPostMultipartRequestDecoder
-
Packages that use HttpPostMultipartRequestDecoder Package Description io.netty.handler.codec.http.multipart HTTP multipart support. -
-
Uses of HttpPostMultipartRequestDecoder in io.netty.handler.codec.http.multipart
Methods in io.netty.handler.codec.http.multipart that return HttpPostMultipartRequestDecoder Modifier and Type Method Description HttpPostMultipartRequestDecoder
HttpPostMultipartRequestDecoder. offer(HttpContent content)
Initialized the internals from a new chunk
-