mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-22 12:04:39 +02:00
8211902: broken link in java.net.http.WebSocket.Builder
Reviewed-by: alanb, dfuchs
This commit is contained in:
parent
e61252dc27
commit
1ac444ad87
1 changed files with 2 additions and 2 deletions
|
@ -197,9 +197,9 @@ public interface WebSocket {
|
||||||
* <li> {@link SecurityException} -
|
* <li> {@link SecurityException} -
|
||||||
* if a security manager has been installed and it denies
|
* if a security manager has been installed and it denies
|
||||||
* {@link java.net.URLPermission access} to {@code uri}.
|
* {@link java.net.URLPermission access} to {@code uri}.
|
||||||
* <a href="HttpRequest.html#securitychecks">Security checks</a>
|
* <a href="HttpClient.html#securitychecks">Security checks</a>
|
||||||
* contains more information relating to the security context
|
* contains more information relating to the security context
|
||||||
* in which the the listener is invoked.
|
* in which the listener is invoked.
|
||||||
* <li> {@link IllegalArgumentException} -
|
* <li> {@link IllegalArgumentException} -
|
||||||
* if any of the arguments of this builder's methods are
|
* if any of the arguments of this builder's methods are
|
||||||
* illegal
|
* illegal
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue