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 classDiskAttributeDisk implementation of AttributesclassMemoryAttributeMemory implementation of AttributesclassMixedAttributeMixed 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 AttributeAttribute. copy()AttributeDiskAttribute. copy()AttributeMemoryAttribute. copy()AttributeMixedAttribute. copy()AttributeDefaultHttpDataFactory. createAttribute(HttpRequest request, java.lang.String name)AttributeDefaultHttpDataFactory. createAttribute(HttpRequest request, java.lang.String name, long definedSize)AttributeDefaultHttpDataFactory. createAttribute(HttpRequest request, java.lang.String name, java.lang.String value)AttributeHttpDataFactory. createAttribute(HttpRequest request, java.lang.String name)AttributeHttpDataFactory. createAttribute(HttpRequest request, java.lang.String name, long definedSize)AttributeHttpDataFactory. createAttribute(HttpRequest request, java.lang.String name, java.lang.String value)AttributeAttribute. duplicate()AttributeDiskAttribute. duplicate()AttributeMemoryAttribute. duplicate()AttributeMixedAttribute. duplicate()AttributeAttribute. replace(ByteBuf content)AttributeDiskAttribute. replace(ByteBuf content)AttributeMemoryAttribute. replace(ByteBuf content)AttributeMixedAttribute. replace(ByteBuf content)AttributeAttribute. retain()AttributeAttribute. retain(int increment)AttributeDiskAttribute. retain()AttributeDiskAttribute. retain(int increment)AttributeMemoryAttribute. retain()AttributeMemoryAttribute. retain(int increment)AttributeMixedAttribute. retain()AttributeMixedAttribute. retain(int increment)AttributeAttribute. retainedDuplicate()AttributeDiskAttribute. retainedDuplicate()AttributeMemoryAttribute. retainedDuplicate()AttributeMixedAttribute. retainedDuplicate()AttributeAttribute. touch()AttributeAttribute. touch(java.lang.Object hint)AttributeDiskAttribute. touch()AttributeDiskAttribute. touch(java.lang.Object hint)AttributeMemoryAttribute. touch()AttributeMemoryAttribute. touch(java.lang.Object hint)AttributeMixedAttribute. touch()AttributeMixedAttribute. touch(java.lang.Object hint)Methods in io.netty.handler.codec.http.multipart with parameters of type Attribute Modifier and Type Method Description intDiskAttribute. compareTo(Attribute o)intMemoryAttribute. compareTo(Attribute o)
-