mirror of
https://github.com/openjdk/jdk.git
synced 2026-02-27 02:30:06 +00:00
7018010: References to ProxySelector is without link
Reviewed-by: lancea, darcy, alanb
This commit is contained in:
parent
d675ed697b
commit
32c0d130c7
@ -978,8 +978,8 @@ public final class URL implements java.io.Serializable {
|
||||
* support proxing will ignore the proxy parameter and make a
|
||||
* normal connection.
|
||||
*
|
||||
* Invoking this method preempts the system's default ProxySelector
|
||||
* settings.
|
||||
* Invoking this method preempts the system's default
|
||||
* {@link java.net.ProxySelector ProxySelector} settings.
|
||||
*
|
||||
* @param proxy the Proxy through which this connection
|
||||
* will be made. If direct connection is desired,
|
||||
|
||||
@ -76,8 +76,8 @@ public abstract class URLStreamHandler {
|
||||
* support proxying will ignore the proxy parameter and make a
|
||||
* normal connection.
|
||||
*
|
||||
* Calling this method preempts the system's default ProxySelector
|
||||
* settings.
|
||||
* Calling this method preempts the system's default
|
||||
* {@link java.net.ProxySelector ProxySelector} settings.
|
||||
*
|
||||
* @param u the URL that this connects to.
|
||||
* @param p the proxy through which the connection will be made.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user