Uses of Class
org.jboss.netty.handler.codec.http.multipart.AbstractHttpData
-
Packages that use AbstractHttpData Package Description org.jboss.netty.handler.codec.http.multipart HTTP multipart support. -
-
Uses of AbstractHttpData in org.jboss.netty.handler.codec.http.multipart
Subclasses of AbstractHttpData in org.jboss.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.
-