public interface CefDownloadItem
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getContentDisposition()
Returns the content disposition.
|
long |
getCurrentSpeed()
Returns a simple speed estimate in bytes/s.
|
java.util.Date |
getEndTime()
Returns the time that the download ended.
|
java.lang.String |
getFullPath()
Returns the full path to the downloaded or downloading file.
|
int |
getId()
Returns the unique identifier for this download.
|
java.lang.String |
getMimeType()
Returns the mime type.
|
int |
getPercentComplete()
Returns the rough percent complete or -1 if the receive total size is
unknown.
|
long |
getReceivedBytes()
Returns the number of received bytes.
|
java.util.Date |
getStartTime()
Returns the time that the download started.
|
java.lang.String |
getSuggestedFileName()
Returns the suggested file name.
|
long |
getTotalBytes()
Returns the total number of bytes.
|
java.lang.String |
getURL()
Returns the URL.
|
boolean |
isCanceled()
Returns true if the download has been canceled or interrupted.
|
boolean |
isComplete()
Returns true if the download is complete.
|
boolean |
isInProgress()
Returns true if the download is in progress.
|
boolean |
isValid()
Returns true if this object is valid.
|
java.lang.String getContentDisposition()
long getCurrentSpeed()
java.util.Date getEndTime()
java.lang.String getFullPath()
int getId()
java.lang.String getMimeType()
int getPercentComplete()
long getReceivedBytes()
java.util.Date getStartTime()
java.lang.String getSuggestedFileName()
long getTotalBytes()
java.lang.String getURL()
boolean isCanceled()
boolean isComplete()
boolean isInProgress()
boolean isValid()