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 size