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 TypeClassDescriptionclassDisk implementation of AttributesclassMemory implementation of AttributesclassMixed 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 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 AttributeModifier and TypeFieldDescriptionHttpPostMultipartRequestDecoder.currentFieldAttributesUsed 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