equal
deleted
inserted
replaced
217 * @param local |
217 * @param local |
218 * The local address to bind the socket, or {@code null} to |
218 * The local address to bind the socket, or {@code null} to |
219 * bind the socket to an automatically assigned socket address |
219 * bind the socket to an automatically assigned socket address |
220 * |
220 * |
221 * @param backlog |
221 * @param backlog |
222 * The maximum number number of pending connections |
222 * The maximum number of pending connections |
223 * |
223 * |
224 * @return This channel |
224 * @return This channel |
225 * |
225 * |
226 * @throws ClosedChannelException |
226 * @throws ClosedChannelException |
227 * If this channel is closed |
227 * If this channel is closed |
704 * closing the channel and setting the current thread's |
704 * closing the channel and setting the current thread's |
705 * interrupt status |
705 * interrupt status |
706 * |
706 * |
707 * @throws SecurityException |
707 * @throws SecurityException |
708 * If a security manager has been installed and it does not permit |
708 * If a security manager has been installed and it does not permit |
709 * new associations to be setup with the the messages's address |
709 * new associations to be setup with the messages's address |
710 * |
710 * |
711 * @throws IOException |
711 * @throws IOException |
712 * If some other I/O error occurs |
712 * If some other I/O error occurs |
713 */ |
713 */ |
714 public abstract int send(ByteBuffer buffer, MessageInfo messageInfo) |
714 public abstract int send(ByteBuffer buffer, MessageInfo messageInfo) |