Uses of Interface
wjhk.jupload2.upload.FileUploadThread

Packages that use FileUploadThread
wjhk.jupload2.gui Implementation of caching and special algorithms for various file types. 
wjhk.jupload2.upload Implementations of the various protocol-specific tasks. 
 

Uses of FileUploadThread in wjhk.jupload2.gui
 

Fields in wjhk.jupload2.gui declared as FileUploadThread
protected  FileUploadThread JUploadPanel.fileUploadThread
           
 

Uses of FileUploadThread in wjhk.jupload2.upload
 

Classes in wjhk.jupload2.upload that implement FileUploadThread
 class DefaultFileUploadThread
          This class is based on the FileUploadThread class.
 class FileUploadThreadFTP
          The FileUploadThreadFTP class is intended to extend the functionality of the JUpload applet and allow it to handle ftp:// addresses.
 class FileUploadThreadHTTP
          This class implements the file upload via HTTP POST request.
 

Constructors in wjhk.jupload2.upload with parameters of type FileUploadThread
UploadFileData(FileData fileDataParam, FileUploadThread fileUploadThreadParam, UploadPolicy uploadPolicyParam)
          Standard constructor for the UploadFileData class.