-
source
URL source
source url (set by user)
-
url
URL url
download url (if redirected/moved)
-
extract
boolean extract
have been extracted?
-
length
Long length
null if size is unknown, which means we unable to restore downloads or do multi thread downlaods
-
range
boolean range
does server support for the range param?
-
contentType
String contentType
null if here is no such file or other error
-
contentFilename
String contentFilename
come from Content-Disposition: attachment; filename="fname.ext"
-
cookie
String cookie
-
state
URLInfo.States state
download state
-
exception
Throwable exception
downloading error / retry error
-
delay
int delay
retrying delay;
-
retry
int retry
retry count
-
proxy
ProxyInfo proxy