Uses of Interface
org.jboss.netty.handler.codec.http.multipart.HttpData
Packages that use HttpData
-
Uses of HttpData in org.jboss.netty.handler.codec.http.multipart
Subinterfaces of HttpData in org.jboss.netty.handler.codec.http.multipartModifier and TypeInterfaceDescriptioninterface
Attribute interfaceinterface
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 HttpDataModifier and TypeClassDescriptionclass
Abstract Disk HttpData implementationclass
Abstract HttpData implementationclass
Abstract Memory HttpData implementationclass
Disk implementation of Attributesclass
Disk FileUpload implementation that stores file into real filesclass
Memory implementation of Attributesclass
Default FileUpload implementation that stores file into memory.
Warning: be aware of the memory limitation.class
Mixed implementation using both in Memory and in File with a limit of sizeclass
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 HttpDataModifier and TypeFieldDescriptionprivate final Map
<HttpRequest, 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 HttpDataMethods in org.jboss.netty.handler.codec.http.multipart with parameters of type HttpDataModifier and TypeMethodDescriptionprivate void
DefaultHttpDataFactory.checkHttpDataSize
(HttpData data) Utility method