Uses of Class
org.apache.zookeeper.server.ServerCnxn

Packages that use ServerCnxn
org.apache.zookeeper.server ZooKeeper server theory of operation 
org.apache.zookeeper.server.auth   
org.apache.zookeeper.server.quorum   
 

Uses of ServerCnxn in org.apache.zookeeper.server
 

Subclasses of ServerCnxn in org.apache.zookeeper.server
 class NettyServerCnxn
           
 class NIOServerCnxn
          This class handles communication with clients using NIO.
 

Fields in org.apache.zookeeper.server declared as ServerCnxn
 ServerCnxn Request.cnxn
           
 

Fields in org.apache.zookeeper.server with type parameters of type ServerCnxn
protected  HashSet<ServerCnxn> ServerCnxnFactory.cnxns
           
 

Methods in org.apache.zookeeper.server that return types with arguments of type ServerCnxn
 Iterable<ServerCnxn> NettyServerCnxnFactory.getConnections()
           
 Iterable<ServerCnxn> NIOServerCnxnFactory.getConnections()
           
abstract  Iterable<ServerCnxn> ServerCnxnFactory.getConnections()
           
 

Methods in org.apache.zookeeper.server with parameters of type ServerCnxn
 void ZooKeeperServer.closeSession(ServerCnxn cnxn, RequestHeader requestHeader)
           
 void ZooKeeperServer.finishSessionInit(ServerCnxn cnxn, boolean valid)
           
 void ZooKeeperServer.processConnectRequest(ServerCnxn cnxn, ByteBuffer incomingBuffer)
           
 void ServerCnxnFactory.PacketProcessor.processPacket(ByteBuffer packet, ServerCnxn src)
           
 void ZooKeeperServer.processPacket(ServerCnxn cnxn, ByteBuffer incomingBuffer)
           
 void ServerCnxnFactory.registerConnection(ServerCnxn serverCnxn)
           
 void ZKDatabase.removeCnxn(ServerCnxn cnxn)
          remove a cnxn from the datatree
 void ZooKeeperServer.reopenSession(ServerCnxn cnxn, long sessionId, byte[] passwd, int sessionTimeout)
           
protected  void ZooKeeperServer.revalidateSession(ServerCnxn cnxn, long sessionId, int sessionTimeout)
           
 Stat ZKDatabase.statNode(String path, ServerCnxn serverCnxn)
          stat the path
 void ServerCnxnFactory.unregisterConnection(ServerCnxn serverCnxn)
           
 

Constructors in org.apache.zookeeper.server with parameters of type ServerCnxn
ConnectionBean(ServerCnxn connection, ZooKeeperServer zk)
           
Request(ServerCnxn cnxn, long sessionId, int xid, int type, ByteBuffer bb, List<Id> authInfo)
           
 

Uses of ServerCnxn in org.apache.zookeeper.server.auth
 

Methods in org.apache.zookeeper.server.auth with parameters of type ServerCnxn
 KeeperException.Code DigestAuthenticationProvider.handleAuthentication(ServerCnxn cnxn, byte[] authData)
           
 KeeperException.Code SASLAuthenticationProvider.handleAuthentication(ServerCnxn cnxn, byte[] authData)
           
 KeeperException.Code IPAuthenticationProvider.handleAuthentication(ServerCnxn cnxn, byte[] authData)
           
 KeeperException.Code AuthenticationProvider.handleAuthentication(ServerCnxn cnxn, byte[] authData)
          This method is called when a client passes authentication data for this scheme.
 

Uses of ServerCnxn in org.apache.zookeeper.server.quorum
 

Methods in org.apache.zookeeper.server.quorum with parameters of type ServerCnxn
protected  void LearnerZooKeeperServer.revalidateSession(ServerCnxn cnxn, long sessionId, int sessionTimeout)
           
protected  void LeaderZooKeeperServer.revalidateSession(ServerCnxn cnxn, long sessionId, int sessionTimeout)
           
 



Copyright © 2013 The Apache Software Foundation