| Package | Description | 
|---|---|
| org.apache.zookeeper.server | 
 ZooKeeper server theory of operation 
 | 
| Modifier and Type | Method and Description | 
|---|---|
protected NIOServerCnxn | 
NIOServerCnxnFactory.createConnection(SocketChannel sock,
                SelectionKey sk,
                org.apache.zookeeper.server.NIOServerCnxnFactory.SelectorThread selectorThread)  | 
| Modifier and Type | Method and 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 
 | 
Copyright © 2008–2021 The Apache Software Foundation. All rights reserved.