Methods in com.norconex.commons.lang.url with parameters of type HttpURL |
static InputStream |
URLStreamer.stream(HttpURL url)
|
static InputStream |
URLStreamer.stream(HttpURL url,
org.apache.http.auth.Credentials creds)
|
static InputStream |
URLStreamer.stream(HttpURL url,
org.apache.http.auth.Credentials creds,
org.apache.http.HttpHost proxy)
|
static InputStream |
URLStreamer.stream(HttpURL url,
org.apache.http.auth.Credentials creds,
org.apache.http.HttpHost proxy,
org.apache.http.auth.Credentials proxyCreds)
|
static String |
URLStreamer.streamToString(HttpURL url,
org.apache.http.auth.Credentials creds)
|
static String |
URLStreamer.streamToString(HttpURL url,
org.apache.http.auth.Credentials creds,
org.apache.http.HttpHost proxy)
|
static String |
URLStreamer.streamToString(HttpURL url,
org.apache.http.auth.Credentials creds,
org.apache.http.HttpHost proxy,
org.apache.http.auth.Credentials proxyCreds)
|