Package com.teamdev.jxbrowser.download
Interface DownloadTarget
public interface DownloadTarget
The details of the download target.
-
Method Summary
-
Method Details
-
url
Returns a string that represents the URL of the download. -
mimeType
Returns the MIME type of the download. -
suggestedFileName
Returns a string that represents the suggested file name.
-