| Package | Description |
|---|---|
| org.jboss.netty.handler.codec.http.multipart |
HTTP multipart support.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DiskAttribute
Disk implementation of Attributes
|
class |
MemoryAttribute
Memory implementation of Attributes
|
class |
MixedAttribute
Mixed implementation using both in Memory and in File with a limit of size
|
| Modifier and Type | Field and Description |
|---|---|
private Attribute |
MixedAttribute.attribute |
private Attribute |
HttpPostMultipartRequestDecoder.currentAttribute
The current Attribute that is currently in decode process
|
private Attribute |
HttpPostStandardRequestDecoder.currentAttribute
The current Attribute that is currently in decode process
|
| Modifier and Type | Field and Description |
|---|---|
private java.util.Map<java.lang.String,Attribute> |
HttpPostMultipartRequestDecoder.currentFieldAttributes
Used in Multipart
|
| Modifier and Type | Method and Description |
|---|---|
Attribute |
DefaultHttpDataFactory.createAttribute(HttpRequest request,
java.lang.String name) |
Attribute |
HttpDataFactory.createAttribute(HttpRequest request,
java.lang.String name) |
Attribute |
DefaultHttpDataFactory.createAttribute(HttpRequest request,
java.lang.String name,
java.lang.String value) |
Attribute |
HttpDataFactory.createAttribute(HttpRequest request,
java.lang.String name,
java.lang.String value) |
| Modifier and Type | Method and Description |
|---|---|
int |
DiskAttribute.compareTo(Attribute o) |
int |
MemoryAttribute.compareTo(Attribute o) |