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