Uses of Class
io.netty.handler.codec.http.multipart.AbstractMixedHttpData
-
Packages that use AbstractMixedHttpData Package Description io.netty.handler.codec.http.multipart HTTP multipart support. -
-
Uses of AbstractMixedHttpData in io.netty.handler.codec.http.multipart
Subclasses of AbstractMixedHttpData in io.netty.handler.codec.http.multipart Modifier and Type Class Description class
MixedAttribute
Mixed implementation using both in Memory and in File with a limit of sizeclass
MixedFileUpload
Mixed implementation using both in Memory and in File with a limit of size
-