public class HttpDataRetrieverImpl extends Object implements HttpDataRetriever
| Constructor and Description | 
|---|
| HttpDataRetrieverImpl() | 
| HttpDataRetrieverImpl(String proxyHost,
                     int proxyPort) | 
| Modifier and Type | Method and Description | 
|---|---|
| boolean | findCurrentFile() | 
| void | freeAllResources() | 
| Date | getCurrentFileDate() | 
| String | getCurrentFileName() | 
| String | getProxyHost() | 
| int | getProxyPort() | 
| String | getUrl() | 
| InputStream | retrieveInputStream() | 
| void | setProxyHost(String proxyHost) | 
| void | setProxyPort(int proxyPort) | 
public HttpDataRetrieverImpl()
public HttpDataRetrieverImpl(String proxyHost, int proxyPort)
public String getProxyHost()
getProxyHost in interface HttpDataRetrieverpublic void setProxyHost(String proxyHost)
setProxyHost in interface HttpDataRetrieverpublic int getProxyPort()
getProxyPort in interface HttpDataRetrieverpublic void setProxyPort(int proxyPort)
setProxyPort in interface HttpDataRetrieverpublic String getUrl()
getUrl in interface DataRetrieverpublic InputStream retrieveInputStream()
retrieveInputStream in interface DataRetrieverpublic void freeAllResources()
freeAllResources in interface DataRetrieverpublic boolean findCurrentFile()
findCurrentFile in interface DataRetrieverpublic String getCurrentFileName()
getCurrentFileName in interface DataRetrieverpublic Date getCurrentFileDate()
getCurrentFileDate in interface DataRetrieverCopyright © 2015 Meikel. All Rights Reserved.