Uses of Class
io.netty.handler.codec.http.multipart.AbstractHttpData
-
Packages that use AbstractHttpData Package Description io.netty.handler.codec.http.multipart HTTP multipart support. -
-
Uses of AbstractHttpData in io.netty.handler.codec.http.multipart
Subclasses of AbstractHttpData in io.netty.handler.codec.http.multipart Modifier and Type Class Description classAbstractDiskHttpDataAbstract Disk HttpData implementationclassAbstractMemoryHttpDataAbstract Memory HttpData implementationclassDiskAttributeDisk implementation of AttributesclassDiskFileUploadDisk FileUpload implementation that stores file into real filesclassMemoryAttributeMemory implementation of AttributesclassMemoryFileUploadDefault FileUpload implementation that stores file into memory.
Warning: be aware of the memory limitation.
-