Uses of Class
io.netty.handler.codec.http.multipart.AbstractMemoryHttpData
-
Packages that use AbstractMemoryHttpData Package Description io.netty.handler.codec.http.multipart HTTP multipart support. -
-
Uses of AbstractMemoryHttpData in io.netty.handler.codec.http.multipart
Subclasses of AbstractMemoryHttpData in io.netty.handler.codec.http.multipart Modifier and Type Class Description class
MemoryAttribute
Memory implementation of Attributesclass
MemoryFileUpload
Default FileUpload implementation that stores file into memory.
Warning: be aware of the memory limitation.
-