Uses of Interface
tigase.server.xmppclient.SeeOtherHostIfc
-
Packages that use SeeOtherHostIfc Package Description tigase.cluster tigase.server.xmppclient -
-
Uses of SeeOtherHostIfc in tigase.cluster
Methods in tigase.cluster that return SeeOtherHostIfc Modifier and Type Method Description SeeOtherHostIfcBoshConnectionClustered. getSeeOtherHostInstance(java.lang.String see_other_host_class)SeeOtherHostIfcClientConnectionClustered. getSeeOtherHostInstance(java.lang.String see_other_host_class)SeeOtherHostIfcWebSocketClientConnectionClustered. getSeeOtherHostInstance(java.lang.String see_other_host_class) -
Uses of SeeOtherHostIfc in tigase.server.xmppclient
Classes in tigase.server.xmppclient that implement SeeOtherHostIfc Modifier and Type Class Description classSeeOtherHostDefault and basic implementation of SeeOtherHost returning same host as the initial oneclassSeeOtherHostDBExtended implementation of SeeOtherHost using redirect information from databaseclassSeeOtherHostDualIPExtended implementation of SeeOtherHost using redirect information from database based on cluster_nodes table.classSeeOtherHostHashedDefault implementation for cluster environment of SeeOtherHostIfc returning redirect host based on the hash value of the user's JIDFields in tigase.server.xmppclient declared as SeeOtherHostIfc Modifier and Type Field Description protected SeeOtherHostIfcClientConnectionManager. see_other_host_strategyMethods in tigase.server.xmppclient that return SeeOtherHostIfc Modifier and Type Method Description SeeOtherHostIfcClientConnectionManager. getSeeOtherHostInstance(java.lang.String see_other_host_class)Method retrieves object of particular class implementingSeeOtherHostIfcMethods in tigase.server.xmppclient with parameters of type SeeOtherHostIfc Modifier and Type Method Description voidClientConnectionManager. setSee_other_host_strategy(SeeOtherHostIfc see_other_host_strategy)
-