Uses of Class
tigase.cluster.ClusterConnection
-
Packages that use ClusterConnection Package Description tigase.cluster tigase.cluster.api -
-
Uses of ClusterConnection in tigase.cluster
Methods in tigase.cluster with parameters of type ClusterConnection Modifier and Type Method Description XMPPIOService<java.lang.Object>ClusterConnectionSelector. selectConnection(Packet p, ClusterConnection conn)XMPPIOService<java.lang.Object>ClusterConnectionSelectorOld. selectConnection(Packet p, ClusterConnection conn) -
Uses of ClusterConnection in tigase.cluster.api
Methods in tigase.cluster.api with parameters of type ClusterConnection Modifier and Type Method Description XMPPIOService<java.lang.Object>ClusterConnectionSelectorIfc. selectConnection(Packet packet, ClusterConnection conn)Method returns XMPPIOService instances which should be used to send packet between cluster nodes
-