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 interfaceAttributeAttribute interfaceinterfaceFileUploadFileUpload 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 classAbstractDiskHttpDataAbstract Disk HttpData implementationclassAbstractHttpDataAbstract 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.classMixedAttributeMixed implementation using both in Memory and in File with a limit of sizeclassMixedFileUploadMixed 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. requestFileDeleteMapKeep 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 voidDefaultHttpDataFactory. checkHttpDataSize(HttpData data)Utility method
-