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) classAbstractMixedHttpData<D extends HttpData>Subinterfaces of HttpData in io.netty.handler.codec.http.multipartModifier and TypeInterfaceDescriptioninterfaceAttribute interfaceinterfaceFileUpload 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 TypeClassDescriptionclassAbstract Disk HttpData implementationclassAbstract HttpData implementationclassAbstract Memory HttpData implementation(package private) classAbstractMixedHttpData<D extends HttpData>classDisk 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 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.requestFileDeleteMapKeep allHttpDatas 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 HttpDataAbstractHttpData.touch()abstract HttpDataAbstractMemoryHttpData.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 voidDefaultHttpDataFactory.checkHttpDataSize(HttpData data) Utility methodprivate static booleanHttpPostMultipartRequestDecoder.loadDataMultipartOptimized(ByteBuf undecodedChunk, String delimiter, HttpData httpData) Load the field value or file data from a Multipart request