Uses of Class
org.apache.zookeeper.server.NIOServerCnxnFactory
Packages that use NIOServerCnxnFactory
Package
Description
ZooKeeper server theory of operation
-
Uses of NIOServerCnxnFactory in org.apache.zookeeper.server
Constructors in org.apache.zookeeper.server with parameters of type NIOServerCnxnFactoryModifierConstructorDescriptionNIOServerCnxn
(ZooKeeperServer zk, SocketChannel sock, SelectionKey sk, NIOServerCnxnFactory factory, NIOServerCnxnFactory.SelectorThread selectorThread) -
Uses of NIOServerCnxnFactory in org.apache.zookeeper.server.controller
Subclasses of NIOServerCnxnFactory in org.apache.zookeeper.server.controllerModifier and TypeClassDescriptionclass
Extension of NIOServerCnxnFactory which can inject changes per controller commands.Constructors in org.apache.zookeeper.server.controller with parameters of type NIOServerCnxnFactoryModifierConstructorDescriptionControllableConnection
(ZooKeeperServer zk, SocketChannel sock, SelectionKey sk, NIOServerCnxnFactory factory, NIOServerCnxnFactory.SelectorThread selectorThread)