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 | Method and Description |
---|---|
Attribute |
HttpDataFactory.createAttribute(HttpRequest request,
String name) |
Attribute |
DefaultHttpDataFactory.createAttribute(HttpRequest request,
String name) |
Attribute |
HttpDataFactory.createAttribute(HttpRequest request,
String name,
String value) |
Attribute |
DefaultHttpDataFactory.createAttribute(HttpRequest request,
String name,
String value) |
Modifier and Type | Method and Description |
---|---|
int |
MemoryAttribute.compareTo(Attribute o) |
int |
DiskAttribute.compareTo(Attribute o) |
Copyright © 2008-2014 The Netty Project. All Rights Reserved.