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 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 org.jboss.netty.handler.codec.http.multipart that return Attribute Modifier and Type Method Description Attribute
DefaultHttpDataFactory. createAttribute(HttpRequest request, String name)
Attribute
DefaultHttpDataFactory. createAttribute(HttpRequest request, String name, String value)
Attribute
HttpDataFactory. createAttribute(HttpRequest request, String name)
Attribute
HttpDataFactory. 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 int
DiskAttribute. compareTo(Attribute o)
int
MemoryAttribute. compareTo(Attribute o)
-