| Name | Description | Type | Package | Framework |
| AbstractInterruptibleChannel | Base implementation class for interruptible channels. | Class | java.nio.channels.spi | Java SE |
|
| AbstractSelectableChannel | Base implementation class for selectable channels. | Class | java.nio.channels.spi | Java SE |
|
| AbstractSelectionKey | Base implementation class for selection keys. | Class | java.nio.channels.spi | Java SE |
|
| AbstractSelector | Base implementation class for selectors. | Class | java.nio.channels.spi | Java SE |
|
| AcceptPendingException | Unchecked exception thrown when an attempt is made to initiate an accept operation on a channel and a previous accept operation has not completed. | Class | java.nio.channels | Java SE |
|
| AlreadyBoundException | Unchecked exception thrown when an attempt is made to bind the socket a network oriented channel that is already bound. | Class | java.nio.channels | Java SE |
|
| AlreadyConnectedException | Unchecked exception thrown when an attempt is made to connect a SocketChannel that is already connected. | Class | java.nio.channels | Java SE |
|
| AsynchronousChannelGroup | A grouping of asynchronous channels for the purpose of resource sharing. | Class | java.nio.channels | Java SE |
|
| AsynchronousChannelProvider | Service-provider class for asynchronous channels. | Class | java.nio.channels.spi | Java SE |
|
| AsynchronousCloseException | Checked exception received by a thread when another thread closes the channel or the part of the channel upon which it is blocked in an I/O | Class | java.nio.channels | Java SE |
|
| AsynchronousFileChannel | An asynchronous channel for reading, writing, and manipulating a file. | Class | java.nio.channels | Java SE |
|
| AsynchronousServerSocketChannel | An asynchronous channel for stream-oriented listening sockets. | Class | java.nio.channels | Java SE |
|
| AsynchronousSocketChannel | An asynchronous channel for stream-oriented connecting sockets. | Class | java.nio.channels | Java SE |
|
| AsynchronousByteChannel | An asynchronous channel that can read and write bytes. | Interface | java.nio.channels | Java SE |
|
| AsynchronousChannel | A channel that supports asynchronous I/O operations. | Interface | java.nio.channels | Java SE |
|
| ByteChannel | A channel that can read and write bytes. | Interface | java.nio.channels | Java SE |
|
| CancelledKeyException | Unchecked exception thrown when an attempt is made to use a selection key that is no longer valid. | Class | java.nio.channels | Java SE |
|
| Channels | Utility methods for channels and streams. | Class | java.nio.channels | Java SE |
|
| CharacterCodingException | Checked exception thrown when a character encoding or decoding error occurs. | Class | java.nio.charset | Java SE |
|
| CharBuffer | This class defines four categories of operations upon Absolute and relative get and | Class | java.nio | Java SE |
|
| Charset | A named mapping between sequences of sixteen-bit Unicode code units and sequences of bytes. | Class | java.nio.charset | Java SE |
|
| CharsetDecoder | An engine that can transform a sequence of bytes in a specific charset into a sequence of sixteen-bit Unicode characters. | Class | java.nio.charset | Java SE |
|
| CharsetEncoder | An engine that can transform a sequence of sixteen-bit Unicode characters into a sequence of bytes in a specific charset. | Class | java.nio.charset | Java SE |
|
| CharsetProvider | Charset service-provider class. | Class | java.nio.charset.spi | Java SE |
|
| ClosedByInterruptException | Checked exception received by a thread when another thread interrupts it while it is blocked in an I/O operation upon a channel. | Class | java.nio.channels | Java SE |
|
| ClosedChannelException | Checked exception thrown when an attempt is made to invoke or complete an I/O operation upon channel that is closed, or at least closed to that | Class | java.nio.channels | Java SE |
|
| ClosedSelectorException | Unchecked exception thrown when an attempt is made to invoke an I/O operation upon a closed selector. | Class | java.nio.channels | Java SE |
|
| CoderMalfunctionError | Error thrown when the decodeLoop method of a CharsetDecoder, or the encodeLoop method of a CharsetEncoder, throws an unexpected | Class | java.nio.charset | Java SE |
|
| CoderResult | A description of the result state of a coder. | Class | java.nio.charset | Java SE |
|
| CodingErrorAction | A typesafe enumeration for coding-error actions. | Class | java.nio.charset | Java SE |
|
| ConnectionPendingException | Unchecked exception thrown when an attempt is made to connect a SocketChannel for which a non-blocking connection operation is already inSince:1. | Class | java.nio.channels | Java SE |
|
| Channel | A nexus for I/O operations. | Interface | java.nio.channels | Java SE |
|
| CompletionHandler | A handler for consuming the result of an asynchronous I/O operation. | Interface | java.nio.channels | Java SE |
|
| DatagramChannel | A selectable channel for datagram-oriented sockets. | Class | java.nio.channels | Java SE |
|
| FileChannel | A channel for reading, writing, mapping, and manipulating a file. | Class | java.nio.channels | Java SE |
|
| FileChannel .MapMode | A typesafe enumeration for file-mapping modes. | Class | java.nio.channels.FileChannel | Java SE |
|
| FileLock | A token representing a lock on a region of a file. | Class | java.nio.channels | Java SE |
|
| FileLockInterruptionException | Checked exception received by a thread when another thread interrupts it while it is waiting to acquire a file lock. | Class | java.nio.channels | Java SE |
|
| GatheringByteChannel | A channel that can write bytes from a sequence of buffers. | Interface | java.nio.channels | Java SE |
|
| IllegalBlockingModeException | Unchecked exception thrown when a blocking-mode-specific operation is invoked upon a channel in the incorrect blocking mode. | Class | java.nio.channels | Java SE |
|
| IllegalChannelGroupException | Unchecked exception thrown when an attempt is made to open a channel in a group that was not created by the same provider. | Class | java.nio.channels | Java SE |
|
| IllegalCharsetNameException | Unchecked exception thrown when a string that is not a legal charset name is used as such. | Class | java.nio.charset | Java SE |
|
| IllegalSelectorException | Unchecked exception thrown when an attempt is made to register a channel with a selector that was not created by the provider that created the | Class | java.nio.channels | Java SE |
|
| InterruptedByTimeoutException | Checked exception received by a thread when a timeout elapses before an asynchronous operation completes. | Class | java.nio.channels | Java SE |
|
| InterruptibleChannel | A channel that can be asynchronously closed and interrupted. | Interface | java.nio.channels | Java SE |
|
| MalformedInputException | Checked exception thrown when an input byte sequence is not legal for given charset, or an input character sequence is not a legal sixteen-bit Unicode | Class | java.nio.charset | Java SE |
|
| MembershipKey | A token representing the membership of an Internet Protocol (IP) multicast A membership key may represent a membership to receive all datagrams sent | Class | java.nio.channels | Java SE |
|
| MulticastChannel | A network channel that supports Internet Protocol (IP) multicasting. | Interface | java.nio.channels | Java SE |
|
| NoConnectionPendingException | Unchecked exception thrown when the finishConnect method of a SocketChannel is invoked without first successfully invoking its connect method. | Class | java.nio.channels | Java SE |
|
| NonReadableChannelException | Unchecked exception thrown when an attempt is made to read from a channel that was not originally opened for reading. | Class | java.nio.channels | Java SE |
|
| NonWritableChannelException | Unchecked exception thrown when an attempt is made to write to a channel that was not originally opened for writing. | Class | java.nio.channels | Java SE |
|
| NotYetBoundException | Unchecked exception thrown when an attempt is made to invoke an I/O operation upon a server socket channel that is not yet bound. | Class | java.nio.channels | Java SE |
|
| NotYetConnectedException | Unchecked exception thrown when an attempt is made to invoke an I/O operation upon a socket channel that is not yet connected. | Class | java.nio.channels | Java SE |
|
| NetworkChannel | A channel to a network socket. | Interface | java.nio.channels | Java SE |
|
| OverlappingFileLockException | Unchecked exception thrown when an attempt is made to acquire a lock on a region of a file that overlaps a region already locked by the same Java | Class | java.nio.channels | Java SE |
|
| Pipe | A pair of channels that implements a unidirectional pipe. | Class | java.nio.channels | Java SE |
|
| Pipe .SinkChannel | A channel representing the writable end of a Pipe. | Class | java.nio.channels.Pipe | Java SE |
|
| Pipe .SourceChannel | A channel representing the readable end of a Pipe. | Class | java.nio.channels.Pipe | Java SE |
|
| ReadPendingException | Unchecked exception thrown when an attempt is made to read from an asynchronous socket channel and a previous read has not completed. | Class | java.nio.channels | Java SE |
|
| ReadableByteChannel | A channel that can read bytes. | Interface | java.nio.channels | Java SE |
|
| SelectableChannel | A channel that can be multiplexed via a Selector. | Class | java.nio.channels | Java SE |
|
| SelectionKey | A token representing the registration of a SelectableChannel with a A selection key is created each time a channel is registered with a | Class | java.nio.channels | Java SE |
|
| Selector | A multiplexor of SelectableChannel objects. | Class | java.nio.channels | Java SE |
|
| SelectorProvider | Service-provider class for selectors and selectable channels. | Class | java.nio.channels.spi | Java SE |
|
| ServerSocketChannel | A selectable channel for stream-oriented listening sockets. | Class | java.nio.channels | Java SE |
|
| ShutdownChannelGroupException | Unchecked exception thrown when an attempt is made to construct a channel in a group that is shutdown or the completion handler for an I/O operation | Class | java.nio.channels | Java SE |
|
| SocketChannel | A selectable channel for stream-oriented connecting sockets. | Class | java.nio.channels | Java SE |
|
| StandardCharsets | Constant definitions for the standard Charsets. | Class | java.nio.charset | Java SE |
|
| ScatteringByteChannel | A channel that can read bytes into a sequence of buffers. | Interface | java.nio.channels | Java SE |
|
| SeekableByteChannel | A byte channel that maintains a current position and allows the position to be changed. | Interface | java.nio.channels | Java SE |
|
| UnmappableCharacterException | Checked exception thrown when an input character (or byte) sequence is valid but cannot be mapped to an output byte (or character) | Class | java.nio.charset | Java SE |
|
| UnresolvedAddressException | Unchecked exception thrown when an attempt is made to invoke a network operation upon an unresolved socket address. | Class | java.nio.channels | Java SE |
|
| UnsupportedAddressTypeException | Unchecked exception thrown when an attempt is made to bind or connect to a socket address of a type that is not supported. | Class | java.nio.channels | Java SE |
|
| UnsupportedCharsetException | Unchecked exception thrown when no support is available for a requested charset. | Class | java.nio.charset | Java SE |
|
| WritePendingException | Unchecked exception thrown when an attempt is made to write to an asynchronous socket channel and a previous write has not completed. | Class | java.nio.channels | Java SE |
|
| WritableByteChannel | A channel that can write bytes. | Interface | java.nio.channels | Java SE |
|
| AbstractInterruptibleChannel | Base implementation class for interruptible channels. | Class | nio.channels.spi | Code Trails |
|
| AbstractPollArrayWrapper | | Class | nio.ch | Code Trails |
|
| AbstractPollSelectorImpl | | Class | nio.ch | Code Trails |
|
| AbstractSelectableChannel | Base implementation class for selectable channels. | Class | nio.channels.spi | Code Trails |
|
| AbstractSelectionKey | Base implementation class for selection keys. | Class | nio.channels.spi | Code Trails |
|
| AbstractSelector | Base implementation class for selectors. | Class | nio.channels.spi | Code Trails |
|
| AcceptPendingException | Unchecked exception thrown when an attempt is made to initiate an accept operation on a channel and a previous accept operation has not completed. | Class | nio.channels | Code Trails |
|
| AllocatedNativeObject | | Class | nio.ch | Code Trails |
|
| AlreadyBoundException | Unchecked exception thrown when an attempt is made to bind the socket a network oriented channel that is already bound. | Class | nio.channels | Code Trails |
|
| AlreadyConnectedException | Unchecked exception thrown when an attempt is made to connect a SocketChannel that is already connected. | Class | nio.channels | Code Trails |
|
| AsynchronousByteChannel | An asynchronous channel that can read and write bytes. | Interface | nio.channels | Code Trails |
|
| AsynchronousChannel | A channel that supports asynchronous I/O operations. | Interface | nio.channels | Code Trails |
|
| AsynchronousChannelGroup | A grouping of asynchronous channels for the purpose of resource sharing. | Class | nio.channels | Code Trails |
|
| AsynchronousChannelGroupImpl | | Class | nio.ch | Code Trails |
|
| AsynchronousChannelProvider | Service-provider class for asynchronous channels. | Class | nio.channels.spi | Code Trails |
|
| AsynchronousChannelProvider .ProviderHolder | | Class | nio.channels.spi.AsynchronousChannelProvider | Code Trails |
|
| AsynchronousCloseException | Checked exception received by a thread when another thread closes the channel or the part of the channel upon which it is blocked in an I/O | Class | nio.channels | Code Trails |
|
| AsynchronousFileChannel | An asynchronous channel for reading, writing, and manipulating a file. | Class | nio.channels | Code Trails |
|
| AsynchronousFileChannelImpl | | Class | nio.ch | Code Trails |
|
| AsynchronousServerSocketChannel | An asynchronous channel for stream-oriented listening sockets. | Class | nio.channels | Code Trails |
|
| AsynchronousServerSocketChannelImpl | | Class | nio.ch | Code Trails |
|
| AsynchronousServerSocketChannelImpl .DefaultOptionsHolder | | Class | nio.ch.AsynchronousServerSocketChannelImpl | Code Trails |
|
| AsynchronousSocketChannel | An asynchronous channel for stream-oriented connecting sockets. | Class | nio.channels | Code Trails |
|
| AsynchronousSocketChannelImpl | | Class | nio.ch | Code Trails |
|
| AsynchronousSocketChannelImpl .DefaultOptionsHolder | | Class | nio.ch.AsynchronousSocketChannelImpl | Code Trails |
|
| BsdAsynchronousChannelProvider | | Class | nio.ch | Code Trails |
|
| ByteChannel | A channel that can read and write bytes. | Interface | nio.channels | Code Trails |
|
| Cancellable | | Interface | nio.ch | Code Trails |
|
| CancelledKeyException | Unchecked exception thrown when an attempt is made to use a selection key that is no longer valid. | Class | nio.channels | Code Trails |
|
| Channel | A nexus for I/O operations. | Interface | nio.channels | Code Trails |
|
| ChannelInputStream | This class is defined here rather than in java. | Class | nio.ch | Code Trails |
|
| Channels | Utility methods for channels and streams. | Class | nio.channels | Code Trails |
|
| Channels .ReadableByteChannelImpl | | Class | nio.channels.Channels | Code Trails |
|
| Channels .WritableByteChannelImpl | | Class | nio.channels.Channels | Code Trails |
|
| CharacterCodingException | Checked exception thrown when a character encoding or decoding error occurs. | Class | nio.charset | Code Trails |
|
| CharBuffer | This class defines four categories of operations upon Absolute and relative get and | Class | nio | Code Trails |
|
| Charset | A named mapping between sequences of sixteen-bit Unicode code units and sequences of bytes. | Class | nio.charset | Code Trails |
|
| CharsetDecoder | An engine that can transform a sequence of bytes in a specific charset into a sequence of sixteen-bit Unicode characters. | Class | nio.charset | Code Trails |
|
| CharsetEncoder | An engine that can transform a sequence of sixteen-bit Unicode characters into a sequence of bytes in a specific charset. | Class | nio.charset | Code Trails |
|
| CharsetProvider | Charset service-provider class. | Class | nio.charset.spi | Code Trails |
|
| ClosedByInterruptException | Checked exception received by a thread when another thread interrupts it while it is blocked in an I/O operation upon a channel. | Class | nio.channels | Code Trails |
|
| ClosedChannelException | Checked exception thrown when an attempt is made to invoke or complete an I/O operation upon channel that is closed, or at least closed to that | Class | nio.channels | Code Trails |
|
| ClosedSelectorException | Unchecked exception thrown when an attempt is made to invoke an I/O operation upon a closed selector. | Class | nio.channels | Code Trails |
|
| CoderMalfunctionError | Error thrown when the decodeLoop method of a CharsetDecoder, or the encodeLoop method of a CharsetEncoder, throws an unexpected | Class | nio.charset | Code Trails |
|
| CoderResult | A description of the result state of a coder. | Class | nio.charset | Code Trails |
|
| CoderResult .Cache | | Class | nio.charset.CoderResult | Code Trails |
|
| CodingErrorAction | A typesafe enumeration for coding-error actions. | Class | nio.charset | Code Trails |
|
| CompletedFuture | | Class | nio.ch | Code Trails |
|
| CompletionHandler | A handler for consuming the result of an asynchronous I/O operation. | Interface | nio.channels | Code Trails |
|
| ConnectionPendingException | Unchecked exception thrown when an attempt is made to connect a SocketChannel for which a non-blocking connection operation is already inSince:1. | Class | nio.channels | Code Trails |
|
| DatagramChannel | A selectable channel for datagram-oriented sockets. | Class | nio.channels | Code Trails |
|
| DatagramChannelImpl | | Class | nio.ch | Code Trails |
|
| DatagramChannelImpl .DefaultOptionsHolder | | Class | nio.ch.DatagramChannelImpl | Code Trails |
|
| DatagramDispatcher | | Class | nio.ch | Code Trails |
|
| DatagramSocketAdaptor | | Class | nio.ch | Code Trails |
|
| DefaultAsynchronousChannelProvider | | Class | nio.ch | Code Trails |
|
| DefaultSelectorProvider | | Class | nio.ch | Code Trails |
|
| DevPollArrayWrapper | | Class | nio.ch | Code Trails |
|
| DevPollSelectorImpl | | Class | nio.ch | Code Trails |
|
| DevPollSelectorProvider | | Class | nio.ch | Code Trails |
|
| CharsetDecoderUtil | | Class | com.liferay.portal.kernel.nio.charset | Liferay Portal |
|
| CharsetEncoderUtil | | Class | com.liferay.portal.kernel.nio.charset | Liferay Portal |