Package io.netty.channel.kqueue
BSD specific transport.
-
Interface Summary Interface Description KQueueIoHandle IoHandle
implementation that can be used with theKQueueIoHandler
. -
Class Summary Class Description AbstractKQueueServerChannel AbstractKQueueStreamChannel AcceptFilter KQueue If KQueue is available the JNI resources will be loaded when this class loads.KQueueChannelConfig KQueueChannelOption<T> KQueueDatagramChannel KQueueDatagramChannelConfig KQueueDomainDatagramChannel KQueueDomainDatagramChannelConfig KQueueDomainSocketChannel KQueueDomainSocketChannelConfig KQueueEventLoopGroup Deprecated. KQueueIoEvent IoEvent
to use withKQueueIoHandler
.KQueueIoHandler IoHandler
which uses kqueue under the covers.KQueueIoOps Implementation ofIoOps
for that is used byKQueueIoHandler
and so for kqueue based transports.KQueueServerChannelConfig KQueueServerDomainSocketChannel KQueueServerSocketChannel KQueueServerSocketChannelConfig KQueueSocketChannel KQueueSocketChannelConfig