Class SeeOtherHostHashed

java.lang.Object
tigase.server.xmppclient.SeeOtherHost
tigase.server.xmppclient.SeeOtherHostHashed
All Implemented Interfaces:
Initializable, Lifecycle, SeeOtherHostIfc
Direct Known Subclasses:
SeeOtherHostDB, SeeOtherHostDualIP

@Bean(name="seeOtherHost", parent=ClientConnectionManager.class, active=true) @ClusterModeRequired(active=true) public class SeeOtherHostHashed extends SeeOtherHost
Default implementation for cluster environment of SeeOtherHostIfc returning redirect host based on the hash value of the user's JID
Author:
Wojtek
  • Field Details

    • connectedNodes

      protected List<BareJID> connectedNodes
  • Constructor Details

    • SeeOtherHostHashed

      public SeeOtherHostHashed()
  • Method Details