I did see the question about setting the proxy for the JVM but what I want to ask is how one can utilize the proxy that is already configured (on Windows).
Here is a
java.net.URL.openStream() is a shorthand for java.net.URL.openConnection().getInputStream().
java.net.URL.openStream()
java.net.URL.openConnection().getInputStream()