Uses of Class
org.apache.zookeeper.server.ServerCnxn
-
Packages that use ServerCnxn Package Description org.apache.zookeeper.server ZooKeeper server theory of operationorg.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 Modifier and Type Class Description classNettyServerCnxnclassNIOServerCnxnThis class handles communication with clients using NIO.Fields in org.apache.zookeeper.server declared as ServerCnxn Modifier and Type Field Description ServerCnxnRequest. cnxnFields in org.apache.zookeeper.server with type parameters of type ServerCnxn Modifier and Type Field Description protected java.util.HashSet<ServerCnxn>ServerCnxnFactory. cnxnsprotected java.util.concurrent.ConcurrentMap<java.lang.Long,ServerCnxn>ServerCnxnFactory. sessionMapMethods in org.apache.zookeeper.server that return types with arguments of type ServerCnxn Modifier and Type Method Description java.lang.Iterable<ServerCnxn>NettyServerCnxnFactory. getConnections()java.lang.Iterable<ServerCnxn>NIOServerCnxnFactory. getConnections()abstract java.lang.Iterable<ServerCnxn>ServerCnxnFactory. getConnections()Methods in org.apache.zookeeper.server with parameters of type ServerCnxn Modifier and Type Method Description voidServerCnxnFactory. addSession(long sessionId, ServerCnxn cnxn)voidZooKeeperServer. closeSession(ServerCnxn cnxn, RequestHeader requestHeader)voidZooKeeperServer. finishSessionInit(ServerCnxn cnxn, boolean valid)voidZooKeeperServer. processConnectRequest(ServerCnxn cnxn, java.nio.ByteBuffer incomingBuffer)voidServerCnxnFactory.PacketProcessor. processPacket(java.nio.ByteBuffer packet, ServerCnxn src)voidZooKeeperServer. processPacket(ServerCnxn cnxn, java.nio.ByteBuffer incomingBuffer)voidServerCnxnFactory. registerConnection(ServerCnxn serverCnxn)voidNettyServerCnxnFactory. removeCnxn(ServerCnxn cnxn)voidZKDatabase. removeCnxn(ServerCnxn cnxn)remove a cnxn from the datatreevoidZooKeeperServer. reopenSession(ServerCnxn cnxn, long sessionId, byte[] passwd, int sessionTimeout)protected voidZooKeeperServer. revalidateSession(ServerCnxn cnxn, long sessionId, int sessionTimeout)StatZKDatabase. statNode(java.lang.String path, ServerCnxn serverCnxn)stat the pathvoidServerCnxnFactory. unregisterConnection(ServerCnxn serverCnxn)Constructors in org.apache.zookeeper.server with parameters of type ServerCnxn Constructor Description ConnectionBean(ServerCnxn connection, ZooKeeperServer zk)Request(ServerCnxn cnxn, long sessionId, int xid, int type, java.nio.ByteBuffer bb, java.util.List<Id> authInfo) -
Uses of ServerCnxn in org.apache.zookeeper.server.auth
Methods in org.apache.zookeeper.server.auth with parameters of type ServerCnxn Modifier and Type Method Description KeeperException.CodeAuthenticationProvider. handleAuthentication(ServerCnxn cnxn, byte[] authData)This method is called when a client passes authentication data for this scheme.KeeperException.CodeDigestAuthenticationProvider. handleAuthentication(ServerCnxn cnxn, byte[] authData)KeeperException.CodeIPAuthenticationProvider. handleAuthentication(ServerCnxn cnxn, byte[] authData)KeeperException.CodeSASLAuthenticationProvider. handleAuthentication(ServerCnxn cnxn, byte[] authData) -
Uses of ServerCnxn in org.apache.zookeeper.server.quorum
Methods in org.apache.zookeeper.server.quorum with parameters of type ServerCnxn Modifier and Type Method Description protected voidLeaderZooKeeperServer. revalidateSession(ServerCnxn cnxn, long sessionId, int sessionTimeout)protected voidLearnerZooKeeperServer. revalidateSession(ServerCnxn cnxn, long sessionId, int sessionTimeout)
-