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 classMemoryAttributeMemory implementation of AttributesclassMemoryFileUploadDefault FileUpload implementation that stores file into memory.
Warning: be aware of the memory limitation.
-