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 TypeClassDescriptionclassDisk FileUpload implementation that stores file into real filesclassDefault FileUpload implementation that stores file into memory.
Warning: be aware of the memory limitation.classMixed 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 FileUploadHttpPostMultipartRequestDecoder.currentFileUploadThe current FileUpload that is currently in decode processprivate FileUploadHttpPostRequestEncoder.currentFileUploadThe current FileUpload that is currently in encode processprivate FileUploadMixedFileUpload.fileUploadMethods 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 TypeMethodDescriptionintDiskFileUpload.compareTo(FileUpload o) intMemoryFileUpload.compareTo(FileUpload o)