Uses of Interface
org.jboss.netty.handler.codec.http.multipart.FileUpload
Packages that use FileUpload
-
Uses of FileUpload in org.jboss.netty.handler.codec.http.multipart
Classes in org.jboss.netty.handler.codec.http.multipart that implement FileUploadModifier and TypeClassDescriptionclass
Disk FileUpload implementation that stores file into real filesclass
Default FileUpload implementation that stores file into memory.
Warning: be aware of the memory limitation.class
Mixed implementation using both in Memory and in File with a limit of sizeFields in org.jboss.netty.handler.codec.http.multipart declared as FileUploadModifier and TypeFieldDescriptionprivate FileUpload
HttpPostMultipartRequestDecoder.currentFileUpload
The current FileUpload that is currently in decode processprivate FileUpload
HttpPostRequestEncoder.currentFileUpload
The current FileUpload that is currently in encode processprivate FileUpload
MixedFileUpload.fileUpload
Methods in org.jboss.netty.handler.codec.http.multipart that return FileUploadModifier and TypeMethodDescriptionDefaultHttpDataFactory.createFileUpload
(HttpRequest request, String name, String filename, String contentType, String contentTransferEncoding, Charset charset, long size) HttpDataFactory.createFileUpload
(HttpRequest request, String name, String filename, String contentType, String contentTransferEncoding, Charset charset, long size) Methods in org.jboss.netty.handler.codec.http.multipart with parameters of type FileUploadModifier and TypeMethodDescriptionint
DiskFileUpload.compareTo
(FileUpload o) int
MemoryFileUpload.compareTo
(FileUpload o)