equal
deleted
inserted
replaced
212 * @param local |
212 * @param local |
213 * The local address to bind the socket, or {@code null} to |
213 * The local address to bind the socket, or {@code null} to |
214 * bind the socket to an automatically assigned socket address |
214 * bind the socket to an automatically assigned socket address |
215 * |
215 * |
216 * @param backlog |
216 * @param backlog |
217 * The maximum number number of pending associations |
217 * The maximum number of pending associations |
218 * |
218 * |
219 * @return This channel |
219 * @return This channel |
220 * |
220 * |
221 * @throws java.nio.channels.ClosedChannelException |
221 * @throws java.nio.channels.ClosedChannelException |
222 * If this channel is closed |
222 * If this channel is closed |