| Package | Description | 
|---|---|
| io.netty.handler.codec.http.multipart | HTTP multipart support. | 
| Modifier and Type | Interface and Description | 
|---|---|
| interface  | AttributeAttribute interface | 
| interface  | FileUploadFileUpload interface that could be in memory, on temporary file or any other implementations. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | AbstractDiskHttpDataAbstract Disk HttpData implementation | 
| class  | AbstractHttpDataAbstract HttpData implementation | 
| class  | AbstractMemoryHttpDataAbstract Memory HttpData implementation | 
| class  | DiskAttributeDisk implementation of Attributes | 
| class  | DiskFileUploadDisk FileUpload implementation that stores file into real files | 
| class  | MemoryAttributeMemory implementation of Attributes | 
| class  | MemoryFileUploadDefault FileUpload implementation that stores file into memory. | 
| class  | MixedAttributeMixed implementation using both in Memory and in File with a limit of size | 
| class  | MixedFileUploadMixed implementation using both in Memory and in File with a limit of size | 
| Modifier and Type | Method and Description | 
|---|---|
| HttpData | HttpData. copy() | 
| HttpData | HttpData. duplicate() | 
| HttpData | HttpData. retain() | 
| HttpData | AbstractHttpData. retain() | 
| HttpData | HttpData. retain(int increment) | 
| HttpData | AbstractHttpData. retain(int increment) | 
| HttpData | HttpData. touch() | 
| abstract HttpData | AbstractHttpData. touch() | 
| HttpData | AbstractDiskHttpData. touch() | 
| HttpData | AbstractMemoryHttpData. touch() | 
| HttpData | HttpData. touch(Object hint) | 
| abstract HttpData | AbstractHttpData. touch(Object hint) | 
| HttpData | AbstractDiskHttpData. touch(Object hint) | 
| HttpData | AbstractMemoryHttpData. touch(Object hint) | 
Copyright © 2008–2015 The Netty Project. All rights reserved.