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 sizeMethods in org.jboss.netty.handler.codec.http.multipart that return Attribute Modifier and Type Method Description AttributeDefaultHttpDataFactory. createAttribute(HttpRequest request, String name)AttributeDefaultHttpDataFactory. createAttribute(HttpRequest request, String name, String value)AttributeHttpDataFactory. createAttribute(HttpRequest request, String name)AttributeHttpDataFactory. createAttribute(HttpRequest request, String name, 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)
-