Uses of Interface
org.jboss.netty.handler.codec.http.multipart.HttpData
-
Packages that use HttpData Package Description org.jboss.netty.handler.codec.http.multipart HTTP multipart support. -
-
Uses of HttpData in org.jboss.netty.handler.codec.http.multipart
Subinterfaces of HttpData in org.jboss.netty.handler.codec.http.multipart Modifier and Type Interface Description interface
Attribute
Attribute interfaceinterface
FileUpload
FileUpload interface that could be in memory, on temporary file or any other implementations.Classes in org.jboss.netty.handler.codec.http.multipart that implement HttpData Modifier and Type Class Description class
AbstractDiskHttpData
Abstract Disk HttpData implementationclass
AbstractHttpData
Abstract HttpData implementationclass
AbstractMemoryHttpData
Abstract Memory HttpData implementationclass
DiskAttribute
Disk implementation of Attributesclass
DiskFileUpload
Disk FileUpload implementation that stores file into real filesclass
MemoryAttribute
Memory implementation of Attributesclass
MemoryFileUpload
Default FileUpload implementation that stores file into memory.
Warning: be aware of the memory limitation.class
MixedAttribute
Mixed implementation using both in Memory and in File with a limit of sizeclass
MixedFileUpload
Mixed implementation using both in Memory and in File with a limit of sizeFields in org.jboss.netty.handler.codec.http.multipart with type parameters of type HttpData Modifier and Type Field Description private java.util.Map<HttpRequest,java.util.List<HttpData>>
DefaultHttpDataFactory. requestFileDeleteMap
Keep all HttpDatas until cleanAllHttpDatas() is called.Methods in org.jboss.netty.handler.codec.http.multipart that return types with arguments of type HttpData Modifier and Type Method Description private java.util.List<HttpData>
DefaultHttpDataFactory. getList(HttpRequest request)
Methods in org.jboss.netty.handler.codec.http.multipart with parameters of type HttpData Modifier and Type Method Description private void
DefaultHttpDataFactory. checkHttpDataSize(HttpData data)
Utility method
-