Uses of Class
org.jboss.netty.handler.codec.http.multipart.AbstractHttpData
Packages that use AbstractHttpData
-
Uses of AbstractHttpData in org.jboss.netty.handler.codec.http.multipart
Subclasses of AbstractHttpData in org.jboss.netty.handler.codec.http.multipartModifier and TypeClassDescriptionclassAbstract Disk HttpData implementationclassAbstract Memory HttpData implementationclassDisk implementation of AttributesclassDisk FileUpload implementation that stores file into real filesclassMemory implementation of AttributesclassDefault FileUpload implementation that stores file into memory.
Warning: be aware of the memory limitation.