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 TypeInterfaceDescriptioninterfaceAttribute interfaceinterfaceFileUpload 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 TypeClassDescriptionclassAbstract Disk HttpData implementationclassAbstract 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.classMixed implementation using both in Memory and in File with a limit of sizeclassMixed 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.requestFileDeleteMapKeep 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 voidDefaultHttpDataFactory.checkHttpDataSize(HttpData data) Utility method