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 TypeClassDescriptionclass
Disk implementation of Attributesclass
Memory implementation of Attributesclass
Mixed 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 Attribute
HttpPostMultipartRequestDecoder.currentAttribute
The current Attribute that is currently in decode processprivate Attribute
HttpPostStandardRequestDecoder.currentAttribute
The 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.currentFieldAttributes
Used 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 Attribute
HttpPostMultipartRequestDecoder.getContentDispositionAttribute
(String... values) (package private) Attribute
MixedAttribute.makeDiskData()
private static Attribute
MixedAttribute.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