Interface HTTP.Progress
- Enclosing class:
HTTP
public static interface HTTP.Progress
Progress Listener
-
Method Summary
Modifier and TypeMethodDescriptionvoidprogress(long downloaded, long length) Invoked to update download progress.
-
Method Details
-
progress
void progress(long downloaded, long length) Invoked to update download progress.- Parameters:
downloaded- = progress so farlength- = total length (-1 = unknown)
-