Uses of Package
wjhk.jupload2.upload

Packages that use wjhk.jupload2.upload
wjhk.jupload2.gui Implementation of caching and special algorithms for various file types. 
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). 
 

Classes in wjhk.jupload2.upload used by wjhk.jupload2.gui
FileUploadManagerThread
           
 

Classes in wjhk.jupload2.upload used by wjhk.jupload2.upload
DefaultFileUploadThread
          This class is based on the FileUploadThread class.
FilePreparationThread
          This thread is responsible for preparing all files for upload.
FileUploadManagerThread
           
FileUploadThread
          This interface defines the methods of the various FileUploadThread classes.
PacketConstructionThread
           
UploadFileData
          This class implements the FileData interface, and is responsible to do the actual upload of the files.
UploadFilePacket
          This file contains a packet of files, which will be sent in one request to the server.