Uses of Class
tigase.server.xmppserver.CIDConnections
-
Packages that use CIDConnections Package Description tigase.server.xmppserver -
-
Uses of CIDConnections in tigase.server.xmppserver
Fields in tigase.server.xmppserver with type parameters of type CIDConnections Modifier and Type Field Description protected 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)
-