Uses of Interface
io.netty.handler.codec.http.multipart.HttpData
-
Packages that use HttpData Package Description io.netty.handler.codec.http.multipart HTTP multipart support. -
-
Uses of HttpData in io.netty.handler.codec.http.multipart
Subinterfaces of HttpData in io.netty.handler.codec.http.multipart Modifier and Type Interface Description interfaceAttributeAttribute interfaceinterfaceFileUploadFileUpload interface that could be in memory, on temporary file or any other implementations.Classes in io.netty.handler.codec.http.multipart that implement HttpData Modifier and Type Class Description classAbstractDiskHttpDataAbstract Disk HttpData implementationclassAbstractHttpDataAbstract HttpData implementationclassAbstractMemoryHttpDataAbstract Memory HttpData implementationclassDiskAttributeDisk implementation of AttributesclassDiskFileUploadDisk FileUpload implementation that stores file into real filesclassMemoryAttributeMemory implementation of AttributesclassMemoryFileUploadDefault FileUpload implementation that stores file into memory.
Warning: be aware of the memory limitation.classMixedAttributeMixed implementation using both in Memory and in File with a limit of sizeclassMixedFileUploadMixed implementation using both in Memory and in File with a limit of sizeFields in io.netty.handler.codec.http.multipart with type parameters of type HttpData Modifier and Type Field Description private java.util.Map<HttpRequest,java.util.List<HttpData>>DefaultHttpDataFactory. requestFileDeleteMapKeep allHttpDatas until cleaning methods are called.Methods in io.netty.handler.codec.http.multipart that return HttpData Modifier and Type Method Description HttpDataHttpData. copy()HttpDataHttpData. duplicate()HttpDataHttpData. replace(ByteBuf content)HttpDataAbstractHttpData. retain()HttpDataAbstractHttpData. retain(int increment)HttpDataHttpData. retain()HttpDataHttpData. retain(int increment)HttpDataHttpData. retainedDuplicate()HttpDataAbstractDiskHttpData. touch()HttpDataAbstractDiskHttpData. touch(java.lang.Object hint)abstract HttpDataAbstractHttpData. touch()abstract HttpDataAbstractHttpData. touch(java.lang.Object hint)HttpDataAbstractMemoryHttpData. touch()HttpDataAbstractMemoryHttpData. touch(java.lang.Object hint)HttpDataHttpData. touch()HttpDataHttpData. touch(java.lang.Object hint)Methods in io.netty.handler.codec.http.multipart that return types with arguments of type HttpData Modifier and Type Method Description private java.util.List<HttpData>DefaultHttpDataFactory. getList(HttpRequest request)Methods in io.netty.handler.codec.http.multipart with parameters of type HttpData Modifier and Type Method Description private static voidDefaultHttpDataFactory. checkHttpDataSize(HttpData data)Utility methodprivate static booleanHttpPostMultipartRequestDecoder. loadDataMultipart(ByteBuf undecodedChunk, java.lang.String delimiter, HttpData httpData)Load the field value from a Multipart requestprivate static booleanHttpPostMultipartRequestDecoder. loadDataMultipartStandard(ByteBuf undecodedChunk, java.lang.String delimiter, HttpData httpData)Load the field value or file data from a Multipart request
-