Uses of Class
com.norconex.commons.lang.url.HttpURL
Packages that use HttpURL
Package
Description
Classes making it easier to deal with and manipulate URLs.
-
Uses of HttpURL in com.norconex.commons.lang.url
Methods in com.norconex.commons.lang.url that return HttpURLModifier and TypeMethodDescriptionHttpURL.setFragment(String fragment) Sets the URL fragment.Sets the host portion of the URL.Sets the URL path.HttpURL.setPort(int port) Sets the URL port.HttpURL.setProtocol(String protocol) Sets the protocol portion of the URL.HttpURL.setQueryString(QueryString queryString) Sets the URL query string, replacing this URL existing query string parameters with the ones from the supplied query string (the original query string instance is kept).Methods in com.norconex.commons.lang.url with parameters of type HttpURLModifier and TypeMethodDescriptionstatic InputStreamStreams URL content.static InputStreamUrlStreamer.stream(HttpURL url, Credentials creds) Streams URL content.static 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 StringUrlStreamer.streamToString(HttpURL url) Streams URL content to a String.static StringUrlStreamer.streamToString(HttpURL url, Credentials creds) Streams URL content to a String.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.