public class DownloadOptions
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
FileFilter |
getFilter() |
FileDownloadMode |
getMethod() |
long |
getTimeout(long defaultValue) |
java.lang.String |
toString() |
static DownloadOptions |
using(FileDownloadMode method) |
DownloadOptions |
withFilter(FileFilter filter) |
DownloadOptions |
withTimeout(long timeout) |
public FileDownloadMode getMethod()
public long getTimeout(long defaultValue)
public FileFilter getFilter()
public DownloadOptions withTimeout(long timeout)
public DownloadOptions withFilter(FileFilter filter)
public java.lang.String toString()
toString in class java.lang.Objectpublic static DownloadOptions using(FileDownloadMode method)