Uses of Class
com.norconex.commons.lang.url.UrlStreamer.HttpHost
Packages that use UrlStreamer.HttpHost
Package
Description
Classes making it easier to deal with and manipulate URLs.
-
Uses of UrlStreamer.HttpHost in com.norconex.commons.lang.url
Methods in com.norconex.commons.lang.url with parameters of type UrlStreamer.HttpHostModifier and TypeMethodDescriptionstatic InputStreamUrlStreamer.stream(HttpURL url, Credentials creds, UrlStreamer.HttpHost proxy) Streams URL content.static InputStreamUrlStreamer.stream(HttpURL url, Credentials creds, UrlStreamer.HttpHost proxy, Credentials proxyCreds) Streams URL content.static InputStreamUrlStreamer.stream(String url, Credentials creds, UrlStreamer.HttpHost proxy) Streams URL content.static InputStreamUrlStreamer.stream(String url, Credentials creds, UrlStreamer.HttpHost proxy, Credentials proxyCreds) Streams URL content.static InputStreamUrlStreamer.stream(URL url, Credentials creds, UrlStreamer.HttpHost proxy) Streams URL content.static InputStreamUrlStreamer.stream(URL url, Credentials creds, UrlStreamer.HttpHost proxy, Credentials proxyCreds) Streams URL content.static StringUrlStreamer.streamToString(HttpURL url, Credentials creds, UrlStreamer.HttpHost proxy) Streams URL content to a String.static StringUrlStreamer.streamToString(HttpURL url, Credentials creds, UrlStreamer.HttpHost proxy, Credentials proxyCreds) Streams URL content to a String.static StringUrlStreamer.streamToString(String url, Credentials creds, UrlStreamer.HttpHost proxy) Streams URL content to a String using UTF-8 character encoding.static StringUrlStreamer.streamToString(String url, Credentials creds, UrlStreamer.HttpHost proxy, Credentials proxyCreds) Streams URL content to a String using UTF-8 character encoding.static StringUrlStreamer.streamToString(String url, Credentials creds, UrlStreamer.HttpHost proxy, Credentials proxyCreds, String charEncoding) Streams URL content to a String.static StringUrlStreamer.streamToString(String url, Credentials creds, UrlStreamer.HttpHost proxy, String charEncoding) Streams URL content to a String.static StringUrlStreamer.streamToString(URL url, Credentials creds, UrlStreamer.HttpHost proxy) Streams URL content to a String.static StringUrlStreamer.streamToString(URL url, Credentials creds, UrlStreamer.HttpHost proxy, Credentials proxyCreds) Streams URL content to a String.