Package io.webfolder.cdp.event.page
Class DownloadProgress
java.lang.Object
io.webfolder.cdp.event.page.DownloadProgress
Deprecated.
Fired when download makes progress
Last call has |done| == true Deprecated.
Use
DownloadProgress
instead-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetGuid()
Deprecated.Global unique identifier of the download.Deprecated.Total bytes received.getState()
Deprecated.Download status.Deprecated.Total expected bytes to download.void
Deprecated.Global unique identifier of the download.void
setReceivedBytes
(Double receivedBytes) Deprecated.Total bytes received.void
setState
(DownloadState state) Deprecated.Download status.void
setTotalBytes
(Double totalBytes) Deprecated.Total expected bytes to download.
-
Constructor Details
-
DownloadProgress
public DownloadProgress()Deprecated.
-
-
Method Details
-
getGuid
Deprecated.Global unique identifier of the download. -
setGuid
Deprecated.Global unique identifier of the download. -
getTotalBytes
Deprecated.Total expected bytes to download. -
setTotalBytes
Deprecated.Total expected bytes to download. -
getReceivedBytes
Deprecated.Total bytes received. -
setReceivedBytes
Deprecated.Total bytes received. -
getState
Deprecated.Download status. -
setState
Deprecated.Download status.
-