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)
Methods in org.apache.zookeeper.server with parameters of type NIOServerCnxn Modifier and Type Method Description void
NIOServerCnxnFactory. removeCnxn(NIOServerCnxn cnxn)
-