Lines Matching refs:channels

31 import java.nio.channels.SelectionKey;
32 import java.nio.channels.spi.SelectorProvider;
33 import java.nio.channels.spi.AbstractSelectableChannel;
42 * {@link java.nio.channels.NotYetBoundException} to be thrown. An SCTP server
48 * channels support the following options:
67 * <p>SCTP server channels are safe for use by multiple concurrent threads.
124 * @throws java.nio.channels.ClosedChannelException
127 * @throws java.nio.channels.AsynchronousCloseException
131 * @throws java.nio.channels.ClosedByInterruptException
137 * @throws java.nio.channels.NotYetBoundException
165 * @throws java.nio.channels.ClosedChannelException
168 * @throws java.nio.channels.AlreadyBoundException
171 * @throws java.nio.channels.UnsupportedAddressTypeException
220 * @throws java.nio.channels.ClosedChannelException
223 * @throws java.nio.channels.AlreadyBoundException
226 * @throws java.nio.channels.UnsupportedAddressTypeException
249 * java.nio.channels.NotYetBoundException} is thrown. The {@link #bind bind}
263 * @throws java.nio.channels.ClosedChannelException
266 * @throws java.nio.channels.NotYetBoundException
269 * @throws java.nio.channels.AlreadyBoundException
290 * {@link java.nio.channels.NotYetBoundException} is thrown.
307 * @throws java.nio.channels.ClosedChannelException
310 * @throws java.nio.channels.NotYetBoundException
336 * @throws java.nio.channels.ClosedChannelException
357 * @throws java.nio.channels.ClosedChannelException
385 * @throws java.nio.channels.ClosedChannelException
411 * <P> SCTP server channels only support the accepting of new
413 * {@link java.nio.channels.SelectionKey#OP_ACCEPT}.