Uses of Interface
io.netty.handler.codec.http.multipart.Attribute
-
Packages that use Attribute Package Description io.netty.handler.codec.http.multipart HTTP multipart support. -
-
Uses of Attribute in io.netty.handler.codec.http.multipart
Classes in io.netty.handler.codec.http.multipart that implement Attribute Modifier and Type Class Description class
DiskAttribute
Disk implementation of Attributesclass
MemoryAttribute
Memory implementation of Attributesclass
MixedAttribute
Mixed implementation using both in Memory and in File with a limit of sizeMethods in io.netty.handler.codec.http.multipart that return Attribute Modifier and Type Method Description Attribute
Attribute. copy()
Attribute
DiskAttribute. copy()
Attribute
MemoryAttribute. copy()
Attribute
MixedAttribute. copy()
Attribute
DefaultHttpDataFactory. createAttribute(HttpRequest request, java.lang.String name)
Attribute
DefaultHttpDataFactory. createAttribute(HttpRequest request, java.lang.String name, long definedSize)
Attribute
DefaultHttpDataFactory. createAttribute(HttpRequest request, java.lang.String name, java.lang.String value)
Attribute
HttpDataFactory. createAttribute(HttpRequest request, java.lang.String name)
Attribute
HttpDataFactory. createAttribute(HttpRequest request, java.lang.String name, long definedSize)
Attribute
HttpDataFactory. createAttribute(HttpRequest request, java.lang.String name, java.lang.String value)
Attribute
Attribute. duplicate()
Attribute
DiskAttribute. duplicate()
Attribute
MemoryAttribute. duplicate()
Attribute
MixedAttribute. duplicate()
Attribute
Attribute. replace(ByteBuf content)
Attribute
DiskAttribute. replace(ByteBuf content)
Attribute
MemoryAttribute. replace(ByteBuf content)
Attribute
MixedAttribute. replace(ByteBuf content)
Attribute
Attribute. retain()
Attribute
Attribute. retain(int increment)
Attribute
DiskAttribute. retain()
Attribute
DiskAttribute. retain(int increment)
Attribute
MemoryAttribute. retain()
Attribute
MemoryAttribute. retain(int increment)
Attribute
MixedAttribute. retain()
Attribute
MixedAttribute. retain(int increment)
Attribute
Attribute. retainedDuplicate()
Attribute
DiskAttribute. retainedDuplicate()
Attribute
MemoryAttribute. retainedDuplicate()
Attribute
MixedAttribute. retainedDuplicate()
Attribute
Attribute. touch()
Attribute
Attribute. touch(java.lang.Object hint)
Attribute
DiskAttribute. touch()
Attribute
DiskAttribute. touch(java.lang.Object hint)
Attribute
MemoryAttribute. touch()
Attribute
MemoryAttribute. touch(java.lang.Object hint)
Attribute
MixedAttribute. touch()
Attribute
MixedAttribute. touch(java.lang.Object hint)
Methods in io.netty.handler.codec.http.multipart with parameters of type Attribute Modifier and Type Method Description int
DiskAttribute. compareTo(Attribute o)
int
MemoryAttribute. compareTo(Attribute o)
-