src/java.base/share/classes/java/nio/channels/SocketChannel.java
branchunixdomainchannels
changeset 59078 4e648a2d8480
parent 58981 5c79956cc7d7
equal deleted inserted replaced
59077:85df93a18fe0 59078:4e648a2d8480
   275      * {@inheritDoc}
   275      * {@inheritDoc}
   276      *
   276      *
   277      * <p> Note, for <i>Unix Domain</i> channels, a file is created in the file-system
   277      * <p> Note, for <i>Unix Domain</i> channels, a file is created in the file-system
   278      * with the same name as this channel's bound address. This file persists after
   278      * with the same name as this channel's bound address. This file persists after
   279      * the channel is closed, and must be removed before another channel can bind
   279      * the channel is closed, and must be removed before another channel can bind
   280      * to the same name.
   280      * to the same name. However, automatically assigned addresses have an empty
       
   281      * pathname, and no corresponding file in the file-system.
   281      *
   282      *
   282      * @throws  ConnectionPendingException
   283      * @throws  ConnectionPendingException
   283      *          If a non-blocking connect operation is already in progress on
   284      *          If a non-blocking connect operation is already in progress on
   284      *          this channel
   285      *          this channel
   285      * @throws  AlreadyBoundException               {@inheritDoc}
   286      * @throws  AlreadyBoundException               {@inheritDoc}