BSD specific transport.
-
Class Summary Class Description AcceptFilter KQueue If KQueue is available the JNI resources will be loaded when this class loads.KQueueChannelOption<T> KQueueDatagramChannel DatagramChannel
implementation that uses KQueue.KQueueGuessRecvBufferAllocator DefaultMaxMessagesRecvBufferAllocator
which always try to allocate buffers as big as kqueue tells us in terms of pending bytes to read.KQueueHandler IoHandler
which uses kqueue under the covers.KQueueServerSocketChannel ServerSocketChannel
implementation that uses KQueue.KQueueSocketChannel SocketChannel
implementation that uses KQueue.