| Exception Thrown By: | Cause |
| Class | Method | |
| |
|
AsynchronousFileChannel
| public abstract long size() | If this channel is closedIO |
|
AsynchronousFileChannel
| public abstract void force(boolean metaData) | If this channel is closedIO |
|
AsynchronousFileChannel
| public final FileLock tryLock() | If this channel is closed |
|
AsynchronousServerSocketChannel
| public abstract SocketAddress getLocalAddress() | If the channel is closedIO |
|
AsynchronousSocketChannel
| public abstract SocketAddress getRemoteAddress() | If the channel is closedIO |
|
AsynchronousSocketChannel
| public abstract SocketAddress getLocalAddress() | If the channel is closedIO |
|
DatagramChannel
| public abstract DatagramChannel connect(SocketAddress remote) | If this channel is closed |
|
DatagramChannel
| public abstract SocketAddress getRemoteAddress() | If the channel is closedIO |
|
DatagramChannel
| public abstract SocketAddress receive(ByteBuffer dst) | If this channel is closed |
|
DatagramChannel
| public abstract SocketAddress getLocalAddress() | If the channel is closedIO |
|
FileChannel
| public abstract int read(ByteBuffer dst) | If this channel is closed |
|
FileChannel
| public final long read(ByteBuffer[] dsts) | If this channel is closed |
|
FileChannel
| public abstract int write(ByteBuffer src) | If this channel is closed |
|
FileChannel
| public final long write(ByteBuffer[] srcs) | If this channel is closed |
|
FileChannel
| public abstract long position() | If this channel is closedIO |
|
FileChannel
| public abstract FileChannel position(long newPosition) | If this channel is closed |
|
FileChannel
| public abstract long size() | If this channel is closedIO |
|
FileChannel
| public abstract void force(boolean metaData) | If this channel is closedIO |
|
FileChannel
| public final FileLock lock() | If this channel is closed |
|
FileChannel
| public final FileLock tryLock() | If this channel is closed |
|
SelectableChannel
| public abstract SelectableChannel configureBlocking(boolean block) | If this channel is closed |
|
ServerSocketChannel
| public abstract SocketChannel accept() | If this channel is closed |
|
ServerSocketChannel
| public abstract SocketAddress getLocalAddress() | If the channel is closedIO |
|
SocketChannel
| public abstract SocketAddress getRemoteAddress() | If the channel is closedIO |
|
SocketChannel
| public abstract SocketAddress getLocalAddress() | If the channel is closedIO |