Uses of Interface
io.netty.handler.codec.http.multipart.HttpData
Packages that use HttpData
-
Uses of HttpData in io.netty.handler.codec.http.multipart
Classes in io.netty.handler.codec.http.multipart with type parameters of type HttpDataModifier and TypeClassDescription(package private) class
AbstractMixedHttpData<D extends HttpData>
Subinterfaces of HttpData in io.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 io.netty.handler.codec.http.multipart that implement HttpDataModifier and TypeClassDescriptionclass
Abstract Disk HttpData implementationclass
Abstract HttpData implementationclass
Abstract Memory HttpData implementation(package private) class
AbstractMixedHttpData<D extends HttpData>
class
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 io.netty.handler.codec.http.multipart declared as HttpDataFields in io.netty.handler.codec.http.multipart with type parameters of type HttpDataModifier and TypeFieldDescriptionprivate final Map
<HttpRequest, List<HttpData>> DefaultHttpDataFactory.requestFileDeleteMap
Keep allHttpData
s until cleaning methods are called.Methods in io.netty.handler.codec.http.multipart that return HttpDataModifier and TypeMethodDescriptionHttpData.copy()
HttpData.duplicate()
AbstractHttpData.retain()
AbstractHttpData.retain
(int increment) HttpData.retain()
HttpData.retain
(int increment) HttpData.retainedDuplicate()
AbstractDiskHttpData.touch()
abstract HttpData
AbstractHttpData.touch()
abstract HttpData
AbstractMemoryHttpData.touch()
HttpData.touch()
Methods in io.netty.handler.codec.http.multipart that return types with arguments of type HttpDataMethods in io.netty.handler.codec.http.multipart with parameters of type HttpDataModifier and TypeMethodDescriptionprivate static void
DefaultHttpDataFactory.checkHttpDataSize
(HttpData data) Utility methodprivate static boolean
HttpPostMultipartRequestDecoder.loadDataMultipartOptimized
(ByteBuf undecodedChunk, String delimiter, HttpData httpData) Load the field value or file data from a Multipart request