equal
deleted
inserted
replaced
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} |