![]() |
|
Contents |
Classes | |
| class | AlreadyConnectedException |
| Thrown when an attempt is made to connect a SocketChannel that is already connected. More... | |
| class | AsynchronousCloseException |
| Thrown when the underlying channel for an IO operation is closed by another thread. More... | |
| interface | ByteChannel |
| A ByteChannel is both readable and writable. More... | |
| class | CancelledKeyException |
| Thrown when an invalid selection key is used. More... | |
| interface | Channel |
| A channel is a conduit to IO services covering such items as files, sockets, hardware devices, IO ports, or some software component. More... | |
| class | Channels |
| This class provides several utilities to get I/O streams from channels. More... | |
| class | ClosedByInterruptException |
| Thrown when a thread is interrupted in a blocking IO operation. More... | |
| class | ClosedChannelException |
| This exception is thrown when a channel is closed for the type of operation attempted. More... | |
| class | ClosedSelectorException |
| Thrown when an a selector is closed and an IO operation is attempted. More... | |
| class | ConnectionPendingException |
| Thrown when an attempt is made to connect a SocketChannel that has a non-blocking connection already underway. More... | |
| class | DatagramChannel |
| A DatagramChannel is a selectable channel for part abstraction of datagram socket. More... | |
| class | FileChannel |
| An abstract channel type for interaction with a platform file. More... | |
| class | FileLock |
A FileLock represents a locked region of a file. More... | |
| class | FileLockInterruptionException |
| Thrown when thread was interrupted while waiting to acquire a file lock. More... | |
| interface | GatheringByteChannel |
| The interface to channels that can write a set of buffers in a single operation. More... | |
| class | IllegalBlockingModeException |
| Thrown when when operation that requires a specific blocking mode is invoked on a channel that is in a different blocking mode. More... | |
| class | IllegalSelectorException |
| Thrown when a call is made to register a channel on a selector that has been created by a different provider. More... | |
| interface | InterruptibleChannel |
| Channels that implement this interface are both asynchronously closable and interruptible. More... | |
| class | NoConnectionPendingException |
| Thrown if SocketChannel's finishConnect method is called before the SocketChannel's connect method completed without error. More... | |
| class | NonReadableChannelException |
| Thrown when attempting to read from a channel that is not open for reading. More... | |
| class | NonWritableChannelException |
| Thrown when attempting to write to a channel that is not open for writing. More... | |
| class | NotYetBoundException |
| Thrown if the server socket channel is not bound before an IO operation is made. More... | |
| class | NotYetConnectedException |
| Thrown if the socket channel is not connected before an IO operation is invoked. More... | |
| class | OverlappingFileLockException |
| Thrown when attempting to acquire a lock that overlaps an existing or pending lock held by this process. More... | |
| class | Pipe |
| A pipe contains two channels. More... | |
| interface | ReadableByteChannel |
| A ReadableByteChannel is a type of Channel that can read bytes. More... | |
| interface | ScatteringByteChannel |
| The interface to channels that can read a set of buffers in a single operation. More... | |
| class | SelectableChannel |
| A channel that can be detected by a selector. More... | |
| class | SelectionKey |
| A key that representing the relationship of a channel and the selector. More... | |
| class | Selector |
| A controller for selection of SelectableChannel objects. More... | |
| class | ServerSocketChannel |
| A ServerSocketChannel is a partly abstracted stream-oriented listening socket which is selectable. More... | |
| class | SocketChannel |
| A SocketChannel is a selectable channel for part abstraction of stream connecting socket. More... | |
| class | UnresolvedAddressException |
| Thrown when trying to use an unresolved network address in a network operation. More... | |
| class | UnsupportedAddressTypeException |
| Thrown when connecting or binding to an unsupported address type. More... | |
| interface | WritableByteChannel |
| A WritableByteChannel is a type of Channel that can write bytes. More... | |
Packages | |
| package | spi |