Interface LiveViewMultiConnection

    • Method Detail

      • getCurrentConnection

        LiveViewConnectionControl getCurrentConnection()
        LiveViewConnectionControl of the "current" connection, if there is one. The current connection will always have a ConnectionState of CONNECTED. (At least, it did when this method returned.) If no connection is currently connected, this will return null.
        Returns:
        LiveViewConnectionControl of the "current" connection, if there is one.
      • getConnectionControls

        List<? extends LiveViewConnectionControl> getConnectionControls()
        This list will have a one-for-one correspondence with the list of ConnectionConfigs or the list of URIs that were used to create this LiveViewMultiConnection.
        Returns:
        All the connections currently under consideration.