java.lang.Object
org.miaixz.bus.http.plugin.httpv.Downloads.Failure
- Enclosing class:
Downloads
Encapsulates information about a download failure.
-
Method Summary
-
Method Details
-
getFile
- Returns:
- The target download file.
-
getDoneBytes
public long getDoneBytes()- Returns:
- The number of bytes successfully downloaded before the failure.
-
getException
- Returns:
- The exception that caused the failure.
-