Class XMPPConnectionRegistry

    • Method Detail

      • addConnectionCreationListener

        public static void addConnectionCreationListener​(ConnectionCreationListener connectionCreationListener)
        Adds a new listener that will be notified when new Connections are created. Note that newly created connections will not be actually connected to the server.
        Parameters:
        connectionCreationListener - a listener interested on new connections.
      • removeConnectionCreationListener

        public static void removeConnectionCreationListener​(ConnectionCreationListener connectionCreationListener)
        Removes a listener that was interested in connection creation events.
        Parameters:
        connectionCreationListener - a listener interested on new connections.
      • getConnectionCreationListeners

        protected static java.util.Collection<ConnectionCreationListenergetConnectionCreationListeners()
        Get the collection of listeners that are interested in connection creation events.
        Returns:
        a collection of listeners interested on new connections.