Uses of Class
tigase.server.xmppserver.CID

Packages that use CID
tigase.cluster   
tigase.server.xmppserver   
 

Uses of CID in tigase.cluster
 

Methods in tigase.cluster with parameters of type CID
 String S2SConnectionClustered.getLocalDBKey(CID connectionCid, CID keyCid, String key, String key_sessionId, String asking_sessionId)
          Method description
 

Uses of CID in tigase.server.xmppserver
 

Methods in tigase.server.xmppserver that return CID
 CID ServerConnections.getCID()
          Method description
 

Methods in tigase.server.xmppserver that return types with arguments of type CID
 Set<CID> S2SIOService.getCIDs()
          Method description
 

Methods in tigase.server.xmppserver with parameters of type CID
 void S2SIOService.addCID(CID cid)
          Adds another connection id (CID) to the authenticated list for this connection
 CIDConnections S2SConnectionHandlerIfc.getCIDConnections(CID cid, boolean createNew)
           
 CIDConnections S2SConnectionManager.getCIDConnections(CID cid, boolean createNew)
          Method description
 String S2SConnectionHandlerIfc.getLocalDBKey(CID cid, CID keyCid, String remote_key, String stanzaId, String sessionId)
           
 String S2SConnectionManager.getLocalDBKey(CID connectionCid, CID keyCid, String key, String key_sessionId, String asking_sessionId)
           
protected  String ServerConnectionManager.getLocalDBKey(CID cid, String key, String forkey_sessionId, String asking_sessionId)
           
protected  ServerConnections ServerConnectionManager.getServerConnections(CID cid)
           
 boolean S2SIOService.isAuthenticated(CID cid)
          Method description
protected  ServerConnections ServerConnectionManager.removeServerConnections(CID cid)
           
 boolean S2SConnectionHandlerIfc.sendVerifyResult(String elem_name, CID connCid, CID keyCid, Boolean valid, String key_sessionId, String serv_sessionId, String cdata, boolean handshakingOnly)
           
 boolean S2SConnectionManager.sendVerifyResult(String elem_name, CID connCid, CID keyCid, Boolean valid, String key_sessionId, String serv_sessionId, String cdata, boolean handshakingOnly)
          Method description
 

Constructors in tigase.server.xmppserver with parameters of type CID
CIDConnections(CID cid, S2SConnectionHandlerIfc<S2SIOService> handler, S2SConnectionSelector selector, int maxInConns, int maxOutConns, int maxOutConnsPerIP, long max_waiting_time)
          Constructs ...
ServerConnections(ConnectionHandlerIfc<XMPPIOService<Object>> handler, CID cid)
          Creates a new ServerConnections instance.
 



Copyright © 2012 Tigase. All Rights Reserved.