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 HttpDataRetriever
public void setProxyHost(String proxyHost)
setProxyHost
in interface HttpDataRetriever
public int getProxyPort()
getProxyPort
in interface HttpDataRetriever
public void setProxyPort(int proxyPort)
setProxyPort
in interface HttpDataRetriever
public String getUrl()
getUrl
in interface DataRetriever
public InputStream retrieveInputStream()
retrieveInputStream
in interface DataRetriever
public void freeAllResources()
freeAllResources
in interface DataRetriever
public boolean findCurrentFile()
findCurrentFile
in interface DataRetriever
public String getCurrentFileName()
getCurrentFileName
in interface DataRetriever
public Date getCurrentFileDate()
getCurrentFileDate
in interface DataRetriever
Copyright © 2015 Meikel. All Rights Reserved.