Uses of Class
io.netty.channel.kqueue.AbstractKQueueChannel
-
Packages that use AbstractKQueueChannel Package Description io.netty.channel.kqueue BSD specific transport. -
-
Uses of AbstractKQueueChannel in io.netty.channel.kqueue
Subclasses of AbstractKQueueChannel in io.netty.channel.kqueue Modifier and Type Class Description (package private) class
AbstractKQueueDatagramChannel
class
AbstractKQueueServerChannel
class
AbstractKQueueStreamChannel
class
KQueueDatagramChannel
class
KQueueDomainDatagramChannel
class
KQueueDomainSocketChannel
class
KQueueServerDomainSocketChannel
class
KQueueServerSocketChannel
class
KQueueSocketChannel
Fields in io.netty.channel.kqueue with type parameters of type AbstractKQueueChannel Modifier and Type Field Description private IntObjectMap<AbstractKQueueChannel>
KQueueEventLoop. channels
Methods in io.netty.channel.kqueue with parameters of type AbstractKQueueChannel Modifier and Type Method Description (package private) void
KQueueEventLoop. add(AbstractKQueueChannel ch)
(package private) void
KQueueEventArray. evSet(AbstractKQueueChannel ch, short filter, short flags, int fflags)
(package private) void
KQueueEventLoop. evSet(AbstractKQueueChannel ch, short filter, short flags, int fflags)
(package private) void
KQueueEventLoop. remove(AbstractKQueueChannel ch)
Constructors in io.netty.channel.kqueue with parameters of type AbstractKQueueChannel Constructor Description KQueueChannelConfig(AbstractKQueueChannel channel)
KQueueChannelConfig(AbstractKQueueChannel channel, RecvByteBufAllocator recvByteBufAllocator)
KQueueDomainSocketChannelConfig(AbstractKQueueChannel channel)
KQueueServerChannelConfig(AbstractKQueueChannel channel)
-