Package org.miaixz.bus.http.plugin.httpv
Class Downloads.Control
java.lang.Object
org.miaixz.bus.http.plugin.httpv.Downloads.Control
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int已取消static final int已完成static final int下载中static final int错误static final int已暂停 -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
STATUS__CANCELED
public static final int STATUS__CANCELED已取消- See Also:
-
STATUS__DOWNLOADING
public static final int STATUS__DOWNLOADING下载中- See Also:
-
STATUS__PAUSED
public static final int STATUS__PAUSED已暂停- See Also:
-
STATUS__DONE
public static final int STATUS__DONE已完成- See Also:
-
STATUS__ERROR
public static final int STATUS__ERROR错误- See Also:
-
-
Constructor Details
-
Control
public Control()
-
-
Method Details
-
status
public int status()- Returns:
- 下载状态
- See Also:
-
pause
public void pause()暂停下载任务 -
resume
public void resume()继续下载任务 -
cancel
public void cancel()取消下载任务
-