Uses of Interface
tigase.server.xmppclient.SeeOtherHostIfc
Packages that use SeeOtherHostIfc
-
Uses of SeeOtherHostIfc in tigase.cluster
Methods in tigase.cluster that return SeeOtherHostIfcModifier and TypeMethodDescriptionBoshConnectionClustered.getSeeOtherHostInstance
(String see_other_host_class) ClientConnectionClustered.getSeeOtherHostInstance
(String see_other_host_class) WebSocketClientConnectionClustered.getSeeOtherHostInstance
(String see_other_host_class) -
Uses of SeeOtherHostIfc in tigase.server.xmppclient
Classes in tigase.server.xmppclient that implement SeeOtherHostIfcModifier and TypeClassDescriptionclass
Default and basic implementation of SeeOtherHost returning same host as the initial oneclass
Extended implementation of SeeOtherHost using redirect information from databaseclass
Extended implementation of SeeOtherHost using redirect information from database based on cluster_nodes table.class
Default 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 SeeOtherHostIfcModifier and TypeFieldDescriptionprotected SeeOtherHostIfc
ClientConnectionManager.see_other_host_strategy
Methods in tigase.server.xmppclient that return SeeOtherHostIfcModifier and TypeMethodDescriptionClientConnectionManager.getSeeOtherHostInstance
(String see_other_host_class) Method retrieves object of particular class implementingSeeOtherHostIfc
Methods in tigase.server.xmppclient with parameters of type SeeOtherHostIfcModifier and TypeMethodDescriptionvoid
ClientConnectionManager.setSee_other_host_strategy
(SeeOtherHostIfc see_other_host_strategy)