Interface | Description |
---|---|
ResumableAsyncHandler.ResumableProcessor |
An interface to implement in order to manage the way the incomplete file management are handled.
|
ResumableListener |
A listener class that can be used to digest the bytes from an
ResumableAsyncHandler |
Class | Description |
---|---|
PropertiesBasedResumableProcessor |
A
ResumableAsyncHandler.ResumableProcessor which use a properties file
to store the download index information. |
ResumableAsyncHandler |
An
AsyncHandler which support resumable download, e.g when used with an ResumableIOExceptionFilter ,
this handler can resume the download operation at the point it was before the interruption occurred. |
ResumableIOExceptionFilter | |
ResumableRandomAccessFileListener |
A
ResumableListener which use a RandomAccessFile for storing the received bytes. |
Copyright © 2017. All Rights Reserved.