| Package | Description | 
|---|---|
| org.jboss.netty.handler.codec.http.multipart | 
 HTTP multipart support. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
DiskFileUpload
Disk FileUpload implementation that stores file into real files 
 | 
class  | 
MemoryFileUpload
Default FileUpload implementation that stores file into memory. 
 | 
class  | 
MixedFileUpload
Mixed implementation using both in Memory and in File with a limit of size 
 | 
| Modifier and Type | Method and Description | 
|---|---|
FileUpload | 
HttpDataFactory.createFileUpload(HttpRequest request,
                String name,
                String filename,
                String contentType,
                String contentTransferEncoding,
                Charset charset,
                long size)  | 
FileUpload | 
DefaultHttpDataFactory.createFileUpload(HttpRequest request,
                String name,
                String filename,
                String contentType,
                String contentTransferEncoding,
                Charset charset,
                long size)  | 
| Modifier and Type | Method and Description | 
|---|---|
int | 
MemoryFileUpload.compareTo(FileUpload o)  | 
int | 
DiskFileUpload.compareTo(FileUpload o)  | 
Copyright © 2008-2016 The Netty Project. All Rights Reserved.