Uses of Class
org.apache.zookeeper.server.NIOServerCnxn
Packages that use NIOServerCnxn
Package
Description
ZooKeeper server theory of operation
-
Uses of NIOServerCnxn in org.apache.zookeeper.server
Methods in org.apache.zookeeper.server that return NIOServerCnxnModifier and TypeMethodDescriptionprotected NIOServerCnxn
NIOServerCnxnFactory.createConnection
(SocketChannel sock, SelectionKey sk, NIOServerCnxnFactory.SelectorThread selectorThread) Methods in org.apache.zookeeper.server with parameters of type NIOServerCnxnModifier and TypeMethodDescriptionboolean
NIOServerCnxnFactory.removeCnxn
(NIOServerCnxn cnxn) De-registers the connection from the various mappings maintained by the factory.void
NIOServerCnxnFactory.touchCnxn
(NIOServerCnxn cnxn) Add or update cnxn in our cnxnExpiryQueue -
Uses of NIOServerCnxn in org.apache.zookeeper.server.controller
Subclasses of NIOServerCnxn in org.apache.zookeeper.server.controllerModifier and TypeClassDescriptionclass
Extension of NIOServerCnxn which can inject changes per controller commands.Methods in org.apache.zookeeper.server.controller that return NIOServerCnxnModifier and TypeMethodDescriptionprotected NIOServerCnxn
ControllableConnectionFactory.createConnection
(SocketChannel sock, SelectionKey sk, NIOServerCnxnFactory.SelectorThread selectorThread)