Uses of Interface
org.jboss.netty.handler.codec.http2.FileUpload

Packages that use FileUpload
org.jboss.netty.handler.codec.http2 Encoder, decoder and their related message types for HTTP. 
 

Uses of FileUpload in org.jboss.netty.handler.codec.http2
 

Classes in org.jboss.netty.handler.codec.http2 that implement FileUpload
 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
 

Methods in org.jboss.netty.handler.codec.http2 that return FileUpload
 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)
           
 

Methods in org.jboss.netty.handler.codec.http2 with parameters of type FileUpload
 int MemoryFileUpload.compareTo(FileUpload o)
           
 int DiskFileUpload.compareTo(FileUpload o)
           
 



Copyright © 2009-2012 Frederic Bregier. All Rights Reserved.