Uses of Class
org.apache.zookeeper.server.NIOServerCnxn
-
Packages that use NIOServerCnxn Package Description org.apache.zookeeper.server ZooKeeper server theory of operation -
-
Uses of NIOServerCnxn in org.apache.zookeeper.server
Methods in org.apache.zookeeper.server that return NIOServerCnxn Modifier and Type Method Description protected NIOServerCnxn
NIOServerCnxnFactory. createConnection(java.nio.channels.SocketChannel sock, java.nio.channels.SelectionKey sk, org.apache.zookeeper.server.NIOServerCnxnFactory.SelectorThread selectorThread)
Methods in org.apache.zookeeper.server with parameters of type NIOServerCnxn Modifier and Type Method Description void
NIOServerCnxnFactory. addSession(long sessionId, NIOServerCnxn cnxn)
boolean
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
-