Uses of Interface
org.jboss.netty.handler.codec.http.multipart.FileUpload
-
Packages that use FileUpload Package Description org.jboss.netty.handler.codec.http.multipart HTTP multipart support. -
-
Uses of FileUpload in org.jboss.netty.handler.codec.http.multipart
Classes in org.jboss.netty.handler.codec.http.multipart that implement FileUpload Modifier and Type Class Description classDiskFileUploadDisk FileUpload implementation that stores file into real filesclassMemoryFileUploadDefault FileUpload implementation that stores file into memory.
Warning: be aware of the memory limitation.classMixedFileUploadMixed implementation using both in Memory and in File with a limit of sizeFields in org.jboss.netty.handler.codec.http.multipart declared as FileUpload Modifier and Type Field Description private 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 FileUpload Modifier and Type Method Description FileUploadDefaultHttpDataFactory. createFileUpload(HttpRequest request, java.lang.String name, java.lang.String filename, java.lang.String contentType, java.lang.String contentTransferEncoding, java.nio.charset.Charset charset, long size)FileUploadHttpDataFactory. createFileUpload(HttpRequest request, java.lang.String name, java.lang.String filename, java.lang.String contentType, java.lang.String contentTransferEncoding, java.nio.charset.Charset charset, long size)Methods in org.jboss.netty.handler.codec.http.multipart with parameters of type FileUpload Modifier and Type Method Description intDiskFileUpload. compareTo(FileUpload o)intMemoryFileUpload. compareTo(FileUpload o)
-