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 DatagramChannelimplementation that uses KQueue.KQueueGuessRecvBufferAllocator DefaultMaxMessagesRecvBufferAllocatorwhich always try to allocate buffers as big as kqueue tells us in terms of pending bytes to read.KQueueHandler IoHandlerwhich uses kqueue under the covers.KQueueServerSocketChannel ServerSocketChannelimplementation that uses KQueue.KQueueSocketChannel SocketChannelimplementation that uses KQueue.