Uses of Class
tigase.server.xmppserver.CIDConnections
Packages that use CIDConnections
-
Uses of CIDConnections in tigase.server.xmppserver
Fields in tigase.server.xmppserver with type parameters of type CIDConnectionsModifier and TypeFieldDescriptionprotected Map
<CID, CIDConnections> S2SConnectionManager.cidConnections
Outgoing and incoming connections for a given domains pair (localdomain, remotedomain)Methods in tigase.server.xmppserver that return CIDConnectionsModifier and TypeMethodDescriptionprotected CIDConnections
S2SConnectionManager.createNewCIDConnections
(CID cid) S2SConnectionHandlerIfc.getCIDConnections
(CID cid, boolean createNew) S2SConnectionManager.getCIDConnections
(CID cid, boolean createNew) -
Uses of CIDConnections in tigase.server.xmppserver.proc
Methods in tigase.server.xmppserver.proc with parameters of type CIDConnectionsModifier and TypeMethodDescriptionvoid
AuthenticatorSelectorManager.authenticateConnection
(String sessionId, CIDConnections cid_conns, CID cidPacket) void
AuthenticatorSelectorManager.authenticateConnection
(S2SIOService serv, CIDConnections cid_conns, CID cidPacket)