Uses of Class
tigase.server.xmppserver.CIDConnections
-
Packages that use CIDConnections Package Description tigase.server.xmppserver tigase.server.xmppserver.proc -
-
Uses of CIDConnections in tigase.server.xmppserver
Fields in tigase.server.xmppserver with type parameters of type CIDConnections Modifier and Type Field Description protected java.util.Map<CID,CIDConnections>S2SConnectionManager. cidConnectionsOutgoing and incoming connections for a given domains pair (localdomain, remotedomain)Methods in tigase.server.xmppserver that return CIDConnections Modifier and Type Method Description protected CIDConnectionsS2SConnectionManager. createNewCIDConnections(CID cid)CIDConnectionsS2SConnectionHandlerIfc. getCIDConnections(CID cid, boolean createNew)CIDConnectionsS2SConnectionManager. getCIDConnections(CID cid, boolean createNew) -
Uses of CIDConnections in tigase.server.xmppserver.proc
Methods in tigase.server.xmppserver.proc with parameters of type CIDConnections Modifier and Type Method Description voidAuthenticatorSelectorManager. authenticateConnection(java.lang.String sessionId, CIDConnections cid_conns, CID cidPacket)voidAuthenticatorSelectorManager. authenticateConnection(S2SIOService serv, CIDConnections cid_conns, CID cidPacket)
-