Uses of Class
wjhk.jupload2.upload.PacketConstructionThread

Packages that use PacketConstructionThread
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 PacketConstructionThread in wjhk.jupload2.upload
 

Fields in wjhk.jupload2.upload declared as PacketConstructionThread
(package private)  PacketConstructionThread FileUploadManagerThreadImpl.packetConstructionThread
          This thread receives each prepared files in a queue, constructs the packets of files to be sent together, and posts them in another queue.