-
download
boolean download
True for download, false for upload.
-
id
java.lang.String id
The id.
-
filename
java.lang.String filename
The name of the local file (without path).
-
filepath
java.lang.String filepath
The full path of the local file (including filename).
-
other
IComponentIdentifier other
The ID of the component at the other side of the transfer (i.e. sender for downloads, receiver for uploads).
-
size
long size
The size.
-
state
java.lang.String state
The state.
-
timeout
long timeout
The absolute timeout value.
-
done
long done
The done size.
-
speed
double speed
The upload/download speed calculated as dynamic moving average (bytes/sec).
-
lastupdate
long lastupdate
The time (millis) of the last update (for calculating speed).
-
lastdone
long lastdone
The done size of the last update (for calculating speed).