A logger for monitoring progress of the file transfer. This class shows following messages:
| Modifiers | Name | Description |
|---|---|---|
static class |
FileTransferProgress.Status |
Represents transferred bytes and elapsed time. |
| Modifiers | Name | Description |
|---|---|---|
protected static java.lang.Object |
LOG_INTERVAL_MILLIS |
|
protected FileTransferProgress.Status |
status |
| Constructor and description |
|---|
FileTransferProgress
(groovy.lang.Closure notifier1 = { percent -> }) |
FileTransferProgress
(long size, groovy.lang.Closure notifier1 = { percent -> }) |
| Methods inherited from class | Name |
|---|---|
class java.lang.Object |
java.lang.Object#wait(long, int), java.lang.Object#wait(long), java.lang.Object#wait(), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll() |