mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 14:54:52 +02:00
parent
75b039a43c
commit
4661690981
4 changed files with 5 additions and 5 deletions
|
@ -172,7 +172,7 @@ public abstract class DatagramChannel
|
|||
* java.nio.channels.spi.SelectorProvider} object. The channel will not be
|
||||
* connected.
|
||||
*
|
||||
* @apiNote <a href="package-summary.html#unixdomain">Unix domain</a> sockets
|
||||
* @apiNote {@linkplain java.net.UnixDomainSocketAddress Unix domain} sockets
|
||||
* are not supported by DatagramChannel.
|
||||
*
|
||||
* @param family
|
||||
|
|
|
@ -332,7 +332,7 @@ public abstract class SocketChannel
|
|||
* another socket can bind to the same name. If a socket channel to a Unix
|
||||
* Domain socket is <i>implicitly</i> bound by connecting it without calling
|
||||
* bind first, then its socket is
|
||||
* <a href="../../java/net/UnixDomainSocketAddress.html#unnamed">unnamed</a>
|
||||
* <a href="../../../java/net/UnixDomainSocketAddress.html#unnamed">unnamed</a>
|
||||
* with no corresponding socket file in the file-system. If a socket channel
|
||||
* to a Unix Domain socket is <i>automatically</i> bound by calling {@code
|
||||
* bind(null)} this results in an unnamed socket also.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue