Uses of Interface
org.jboss.netty.handler.codec.http.multipart.Attribute
-
Packages that use Attribute Package Description org.jboss.netty.handler.codec.http.multipart HTTP multipart support. -
-
Uses of Attribute in org.jboss.netty.handler.codec.http.multipart
Classes in org.jboss.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 sizeFields in org.jboss.netty.handler.codec.http.multipart declared as Attribute Modifier and Type Field Description private AttributeMixedAttribute. attributeprivate AttributeHttpPostMultipartRequestDecoder. currentAttributeThe current Attribute that is currently in decode processprivate AttributeHttpPostStandardRequestDecoder. currentAttributeThe current Attribute that is currently in decode processFields in org.jboss.netty.handler.codec.http.multipart with type parameters of type Attribute Modifier and Type Field Description private java.util.Map<java.lang.String,Attribute>HttpPostMultipartRequestDecoder. currentFieldAttributesUsed in MultipartMethods in org.jboss.netty.handler.codec.http.multipart that return Attribute Modifier and Type Method Description AttributeDefaultHttpDataFactory. createAttribute(HttpRequest request, java.lang.String name)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, java.lang.String value)Methods in org.jboss.netty.handler.codec.http.multipart with parameters of type Attribute Modifier and Type Method Description intDiskAttribute. compareTo(Attribute o)intMemoryAttribute. compareTo(Attribute o)
-