Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Io.netty.channel.nio Classes and Interfaces - 7 results found.
NameDescriptionTypePackageFramework
AbstractNioByteChannelAbstractNioChannel base class for Channels that operate on bytes.Classio.netty.channel.nioNetty
AbstractNioChannelAbstract base class for Channel implementations which use a Selector based approach.Classio.netty.channel.nioNetty
AbstractNioChannel .NioUnsafeInterfaceio.netty.channel.nio.AbstractNioChannelNetty
AbstractNioMessageChannelAbstractNioChannel base class for Channels that operate on messages.Classio.netty.channel.nioNetty
NioEventLoopA SingleThreadEventLoop implementation which registers each Channel with aNIO Selector and performs the multiplexing of these in the event loop.Classio.netty.channel.nioNetty
NioEventLoopGroupA MultithreadEventLoopGroup implementation which is used for NIO Selector based Channels.Classio.netty.channel.nioNetty
NioTaskAn arbitrary task that can be executed by NioEventLoop when a SelectableChannel becomes ready.Interfaceio.netty.channel.nioNetty