我具有系统属性,可以排除不使用代理的主机。是否可以在不设置系统属性的情况下进行设置?
答案 0 :(得分:0)
是的,您创建了一个java.net.Proxy ](https://docs.oracle.com/javase/8/docs/api/java/net/Proxy.html), and then use [
URL.openConnection(Proxy)](https://docs.oracle.com/javase/8/docs/api/java/net/URL.html#openConnection-java.net.Proxy-) for the cases when you need one, and
Proxy.NONE`。