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 NIOServerCnxnNIOServerCnxnFactory.createConnection(SocketChannel sock, SelectionKey sk, NIOServerCnxnFactory.SelectorThread selectorThread) Methods in org.apache.zookeeper.server with parameters of type NIOServerCnxnModifier and TypeMethodDescriptionbooleanNIOServerCnxnFactory.removeCnxn(NIOServerCnxn cnxn) De-registers the connection from the various mappings maintained by the factory.voidNIOServerCnxnFactory.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 TypeClassDescriptionclassExtension of NIOServerCnxn which can inject changes per controller commands.Methods in org.apache.zookeeper.server.controller that return NIOServerCnxnModifier and TypeMethodDescriptionprotected NIOServerCnxnControllableConnectionFactory.createConnection(SocketChannel sock, SelectionKey sk, NIOServerCnxnFactory.SelectorThread selectorThread)