Uses of Interface
io.netty.handler.codec.http.multipart.Attribute
Packages that use Attribute
-
Uses of Attribute in io.netty.handler.codec.http.multipart
Classes in io.netty.handler.codec.http.multipart that implement AttributeModifier and TypeClassDescriptionclassDisk implementation of AttributesclassMemory implementation of AttributesclassMixed implementation using both in Memory and in File with a limit of sizeSubclasses with type arguments of type Attribute in io.netty.handler.codec.http.multipartModifier and TypeClassDescriptionclassMixed implementation using both in Memory and in File with a limit of sizeFields in io.netty.handler.codec.http.multipart declared as AttributeModifier and TypeFieldDescriptionprivate AttributeHttpPostMultipartRequestDecoder.currentAttributeThe current Attribute that is currently in decode processprivate AttributeHttpPostStandardRequestDecoder.currentAttributeThe current Attribute that is currently in decode processFields in io.netty.handler.codec.http.multipart with type parameters of type AttributeModifier and TypeFieldDescriptionprivate Map<CharSequence, Attribute> HttpPostMultipartRequestDecoder.currentFieldAttributesUsed in MultipartMethods in io.netty.handler.codec.http.multipart that return AttributeModifier and TypeMethodDescriptionAttribute.copy()DiskAttribute.copy()MemoryAttribute.copy()MixedAttribute.copy()DefaultHttpDataFactory.createAttribute(HttpRequest request, String name) DefaultHttpDataFactory.createAttribute(HttpRequest request, String name, long definedSize) DefaultHttpDataFactory.createAttribute(HttpRequest request, String name, String value) HttpDataFactory.createAttribute(HttpRequest request, String name) HttpDataFactory.createAttribute(HttpRequest request, String name, long definedSize) HttpDataFactory.createAttribute(HttpRequest request, String name, String value) Attribute.duplicate()DiskAttribute.duplicate()MemoryAttribute.duplicate()MixedAttribute.duplicate()private AttributeHttpPostMultipartRequestDecoder.getContentDispositionAttribute(String... values) (package private) AttributeMixedAttribute.makeDiskData()private static AttributeMixedAttribute.makeInitialAttributeFromValue(String name, String value, long limitSize, Charset charset, String baseDir, boolean deleteOnExit) Attribute.retain()Attribute.retain(int increment) DiskAttribute.retain()DiskAttribute.retain(int increment) MemoryAttribute.retain()MemoryAttribute.retain(int increment) MixedAttribute.retain()MixedAttribute.retain(int increment) Attribute.retainedDuplicate()DiskAttribute.retainedDuplicate()MemoryAttribute.retainedDuplicate()MixedAttribute.retainedDuplicate()Attribute.touch()DiskAttribute.touch()MemoryAttribute.touch()MixedAttribute.touch()Methods in io.netty.handler.codec.http.multipart with parameters of type Attribute