Modifier and Type | Class and Description |
---|---|
static class |
DownloadEvent.EventId |
Modifier | Constructor and Description |
---|---|
protected |
DownloadEvent(long handle)
Constructor to be use when creating Events from Native code.
|
|
DownloadEvent(long handle,
boolean takeOwnership) |
Modifier and Type | Method and Description |
---|---|
long |
getBytesReceived() |
long |
getContentLength() |
java.lang.String |
getDestination() |
int |
getHttpStatus() |
java.lang.String |
getUrl() |
void |
setDestination(java.lang.String path) |
void |
setUrl(java.lang.String url) |
finalize, getEventId, getMessage, getNativeHandle, init, stopPropagation
protected DownloadEvent(long handle)
handle
- public DownloadEvent(long handle, boolean takeOwnership)
public java.lang.String getUrl()
public void setUrl(java.lang.String url)
public java.lang.String getDestination()
public void setDestination(java.lang.String path)
public long getBytesReceived()
public long getContentLength()
public int getHttpStatus()