URLStreamHandler class:
-------------------8<------------------------------
protected URLConnection openConnection(URL u,
Proxy p)
throws IOException
Same as openConnection(URL), except that the connection will be made through the specified proxy; Protocol handlers that do not support proxying will ignore the proxy parameter and make a normal connection. Calling this method preempts the system's default ProxySelector settings.
-------------------8<------------------------------
In the HTML spec "ProxySelector" has no link to correcponding class.
-------------------8<------------------------------
protected URLConnection openConnection(URL u,
Proxy p)
throws IOException
Same as openConnection(URL), except that the connection will be made through the specified proxy; Protocol handlers that do not support proxying will ignore the proxy parameter and make a normal connection. Calling this method preempts the system's default ProxySelector settings.
-------------------8<------------------------------
In the HTML spec "ProxySelector" has no link to correcponding class.