public class CommonHttpResourceDownloader extends Object
Modifier and Type | Class and Description |
---|---|
static class |
CommonHttpResourceDownloader.ResponseContent |
static class |
CommonHttpResourceDownloader.UrlContent |
Modifier and Type | Method and Description |
---|---|
static CommonHttpResourceDownloader |
getInstance() |
String |
getResource(String sessionId,
String url,
boolean insecure) |
CommonHttpResourceDownloader.UrlContent |
getResourceContent(String sessionId,
String url,
boolean insecure) |
CommonHttpResourceDownloader.ResponseContent |
getResponse(String sessionId,
String url,
boolean insecure) |
public static CommonHttpResourceDownloader getInstance()
public String getResource(String sessionId, String url, boolean insecure) throws IOException
IOException
public CommonHttpResourceDownloader.UrlContent getResourceContent(String sessionId, String url, boolean insecure) throws IOException
IOException
public CommonHttpResourceDownloader.ResponseContent getResponse(String sessionId, String url, boolean insecure) throws IOException
IOException