Lines Matching refs:channels

32 import java.nio.channels.spi.AbstractSelectableChannel;
33 import java.nio.channels.spi.SelectorProvider;
34 import java.nio.channels.ClosedChannelException;
35 import java.nio.channels.SelectionKey;
45 * channel will cause a {@link java.nio.channels.NotYetConnectedException} to be
51 * <p> SCTP channels support <i>non-blocking connection:</i>&nbsp;A
127 * <p> SCTP channels are safe for use by multiple concurrent threads.
192 * @throws java.nio.channels.AsynchronousCloseException
196 * @throws java.nio.channels.ClosedByInterruptException
202 * @throws java.nio.channels.UnresolvedAddressException
205 * @throws java.nio.channels.UnsupportedAddressTypeException
261 * @throws java.nio.channels.AlreadyConnectedException
264 * @throws java.nio.channels.ClosedChannelException
267 * @throws java.nio.channels.ConnectionPendingException
270 * @throws java.nio.channels.AlreadyBoundException
273 * @throws java.nio.channels.UnsupportedAddressTypeException
290 * java.nio.channels.NotYetBoundException} is thrown. The {@link #bind bind}
306 * @throws java.nio.channels.ClosedChannelException
309 * @throws java.nio.channels.ConnectionPendingException
313 * @throws java.nio.channels.NotYetBoundException
316 * @throws java.nio.channels.AlreadyBoundException
336 * invoking this method, otherwise {@link java.nio.channels.NotYetBoundException}
354 * @throws java.nio.channels.ClosedChannelException
357 * @throws java.nio.channels.ConnectionPendingException
361 * @throws java.nio.channels.NotYetBoundException
411 * @throws java.nio.channels.AlreadyConnectedException
414 * @throws java.nio.channels.ConnectionPendingException
418 * @throws java.nio.channels.ClosedChannelException
421 * @throws java.nio.channels.AsynchronousCloseException
425 * @throws java.nio.channels.ClosedByInterruptException
431 * @throws java.nio.channels.UnresolvedAddressException
434 * @throws java.nio.channels.UnsupportedAddressTypeException
476 * @throws java.nio.channels.AlreadyConnectedException
479 * @throws java.nio.channels.ConnectionPendingException
483 * @throws java.nio.channels.ClosedChannelException
486 * @throws java.nio.channels.AsynchronousCloseException
490 * @throws java.nio.channels.ClosedByInterruptException
496 * @throws java.nio.channels.UnresolvedAddressException
499 * @throws java.nio.channels.UnsupportedAddressTypeException
552 * @throws java.nio.channels.NoConnectionPendingException
556 * @throws java.nio.channels.ClosedChannelException
559 * @throws java.nio.channels.AsynchronousCloseException
563 * @throws java.nio.channels.ClosedByInterruptException
617 * sends will throw {@link java.nio.channels.ClosedChannelException}. The
625 * @throws java.nio.channels.NotYetConnectedException
628 * @throws java.nio.channels.ClosedChannelException
701 * <P> SCTP channels support connecting, reading, and writing, so this
771 * @throws java.nio.channels.ClosedChannelException
774 * @throws java.nio.channels.AsynchronousCloseException
778 * @throws java.nio.channels.ClosedByInterruptException
784 * @throws java.nio.channels.NotYetConnectedException
811 * {@link java.nio.channels.WritableByteChannel#write(java.nio.ByteBuffer)
838 * @throws java.nio.channels.ClosedChannelException
841 * @throws java.nio.channels.AsynchronousCloseException
845 * @throws java.nio.channels.ClosedByInterruptException
851 * @throws java.nio.channels.NotYetConnectedException