src/java.base/share/classes/java/nio/channels/ServerSocketChannel.java
branchunixdomainchannels
changeset 59078 4e648a2d8480
parent 59076 998df1368cca
equal deleted inserted replaced
59077:85df93a18fe0 59078:4e648a2d8480
   216      * default is used.
   216      * default is used.
   217      *
   217      *
   218      * <p> Note, for <i>Unix Domain</i> channels, a file is created in the file-system
   218      * <p> Note, for <i>Unix Domain</i> channels, a file is created in the file-system
   219      * with the same path name as this channel's bound {@link UnixDomainSocketAddress}.
   219      * with the same path name as this channel's bound {@link UnixDomainSocketAddress}.
   220      * This file persists after the channel is closed, and must be removed before
   220      * This file persists after the channel is closed, and must be removed before
   221      * another channel can bind to the same name. Also, <i>Unix Domain</i> ServerSocketChannels
   221      * another channel can bind to the same name. <i>Unix Domain</i>
   222      * must be bound to an explicit address. 
   222      * {@code ServerSocketChannels} do not support automatically assigned addresses.
   223      *
   223      *
   224      * @param   local
   224      * @param   local
   225      *          The address to bind the socket, or {@code null} to bind an <i>IP</i> channel to
   225      *          The address to bind the socket, or {@code null} to bind an <i>IP</i> channel to
   226      *          an automatically assigned socket address
   226      *          an automatically assigned socket address
   227      * @param   backlog
   227      * @param   backlog