Uses of Interface
org.jboss.netty.handler.codec.http.multipart.Attribute
Packages that use Attribute
-
Uses of Attribute in org.jboss.netty.handler.codec.http.multipart
Classes in org.jboss.netty.handler.codec.http.multipart that implement AttributeModifier and TypeClassDescriptionclass
Disk implementation of Attributesclass
Memory implementation of Attributesclass
Mixed implementation using both in Memory and in File with a limit of sizeFields in org.jboss.netty.handler.codec.http.multipart declared as AttributeModifier and TypeFieldDescriptionprivate Attribute
MixedAttribute.attribute
private Attribute
HttpPostMultipartRequestDecoder.currentAttribute
The current Attribute that is currently in decode processprivate Attribute
HttpPostStandardRequestDecoder.currentAttribute
The current Attribute that is currently in decode processFields in org.jboss.netty.handler.codec.http.multipart with type parameters of type AttributeModifier and TypeFieldDescriptionHttpPostMultipartRequestDecoder.currentFieldAttributes
Used in MultipartMethods in org.jboss.netty.handler.codec.http.multipart that return AttributeModifier and TypeMethodDescriptionDefaultHttpDataFactory.createAttribute
(HttpRequest request, String name) DefaultHttpDataFactory.createAttribute
(HttpRequest request, String name, String value) HttpDataFactory.createAttribute
(HttpRequest request, String name) HttpDataFactory.createAttribute
(HttpRequest request, String name, String value) Methods in org.jboss.netty.handler.codec.http.multipart with parameters of type Attribute