이름 | 설명 |
---|---|
AbortException | |
ChunkedDownloader | Chunked downloader. |
ChunkedUploader | Chunked uploader takes a file and splits the upload into chunks. Resuming a failed upload is possible. |
ContentTaskUtils | Content task utils. |
SimpleFileDownloader | Simple file downloader. |
SimpleFileUploader | Simple file uploader. Takes a given stream and uploads it to the server. Resuming an Upload is not supported. |
Transmission | File transmission event. This event should be queued only once. The progress will not be reported on the queue. Interested entities should add themselfs as TransmissionEventHandler on the event TransmissionStatus to get informed about the progress. |
UploadFailedException |