Uses of Interface
wjhk.jupload2.upload.FileUploadThread

Packages that use FileUploadThread
wjhk.jupload2.upload This package contains the code that actually executes the upload (see below for a full description of the way the upload is executed in the JUpload code). 
 

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.
 

Fields in wjhk.jupload2.upload declared as FileUploadThread
(package private)  FileUploadThread FileUploadManagerThreadImpl.fileUploadThread
          The upload thread, that will wait for the next file packet to be ready, then send it.
 

Constructors in wjhk.jupload2.upload with parameters of type FileUploadThread
FileUploadManagerThreadImpl(UploadPolicy uploadPolicy, FileUploadThread fileUploadThreadParam)
          Internal constructor.