| java.lang.Object | |
| ↳ | com.ning.http.client.resumable.PropertiesBasedResumableProcessor |
A ResumableAsyncHandler.ResumableProcessor which use a properties file
to store the download index information.
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Load the Map in memory, contains information about the transferred bytes.
| |||||||||||
Associate a key with the number of bytes sucessfully transferred.
| |||||||||||
Remove the key associate value.
| |||||||||||
Save the current Map instance which contains information about the current transfer state.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
From interface
com.ning.http.client.resumable.ResumableAsyncHandler.ResumableProcessor
| |||||||||||
Load the Map in memory, contains information about the transferred bytes.
Associate a key with the number of bytes sucessfully transferred.
| url | a key. The recommended way is to use an url. |
|---|---|
| transferredBytes | The number of bytes sucessfully transferred. |
Remove the key associate value.
| uri | key from which the value will be discarted |
|---|
Save the current Map instance which contains information about the current transfer state. This method *only* invoked when the JVM is shutting down.