public static interface FileDownloadHelper.ConnectionCreator
| Modifier and Type | Method and Description |
|---|---|
FileDownloadConnection |
create(java.lang.String url)
The connection creator is used for creating
FileDownloadConnection component
which is used to use some protocol to connect to the remote server. |
FileDownloadConnection create(java.lang.String url) throws java.io.IOException
FileDownloadConnection component
which is used to use some protocol to connect to the remote server.url - the uniform resource locator, which direct the aim resource we need to connectjava.io.IOException - if an I/O exception occurs.