Uses of Class
wjhk.jupload2.exception.JUploadInterrupted

Packages that use JUploadInterrupted
wjhk.jupload2.upload Implementations of the various protocol-specific tasks. 
 

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).