mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 06:45:07 +02:00
8305206: Add @spec tags in java.base/java.* (part 1)
Reviewed-by: alanb, naoto, darcy, lancea, dfuchs, iris, mchung
This commit is contained in:
parent
ccbb0e8d89
commit
c6bd489cc8
60 changed files with 268 additions and 2 deletions
|
@ -117,6 +117,14 @@ import java.net.StandardSocketOptions; // javadoc
|
|||
* MembershipKey key = dc.join(group, ni);
|
||||
* </pre>
|
||||
*
|
||||
* @spec https://www.rfc-editor.org/info/rfc2236
|
||||
* RFC 2236: Internet Group Management Protocol, Version 2
|
||||
* @spec https://www.rfc-editor.org/info/rfc2710
|
||||
* RFC 2710: Multicast Listener Discovery (MLD) for IPv6
|
||||
* @spec https://www.rfc-editor.org/info/rfc3376
|
||||
* RFC 3376: Internet Group Management Protocol, Version 3
|
||||
* @spec https://www.rfc-editor.org/info/rfc3810
|
||||
* RFC 3810: Multicast Listener Discovery Version 2 (MLDv2) for IPv6
|
||||
* @since 1.7
|
||||
*/
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue