Search Java Classes and Packages
Search Java Frameworks and Libraries
#Io.netty.channel.nio Classes and Interfaces - 7 results found.
| Name | Description | Type | Package | Framework |
| AbstractNioByteChannel | AbstractNioChannel base class for Channels that operate on bytes. | Class | io.netty.channel.nio | Netty |
|
| AbstractNioChannel | Abstract base class for Channel implementations which use a Selector based approach. | Class | io.netty.channel.nio | Netty |
|
| AbstractNioChannel .NioUnsafe | | Interface | io.netty.channel.nio.AbstractNioChannel | Netty |
|
| AbstractNioMessageChannel | AbstractNioChannel base class for Channels that operate on messages. | Class | io.netty.channel.nio | Netty |
|
| NioEventLoop | A SingleThreadEventLoop implementation which registers each Channel with aNIO Selector and performs the multiplexing of these in the event loop. | Class | io.netty.channel.nio | Netty |
|
| NioEventLoopGroup | A MultithreadEventLoopGroup implementation which is used for NIO Selector based Channels. | Class | io.netty.channel.nio | Netty |
|
| NioTask | An arbitrary task that can be executed by NioEventLoop when a SelectableChannel becomes ready. | Interface | io.netty.channel.nio | Netty |