Uses of Class
wjhk.jupload2.exception.JUploadInterrupted

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

Methods in wjhk.jupload2.upload that throw JUploadInterrupted
(package private)  void UploadFileData.uploadFile(OutputStream outputStream, long amount)
          This methods writes the file data (see FileData.getInputStream() to the given outputStream (the output toward the HTTP server).