Interface ITransportInfoService


  • public interface ITransportInfoService
    Provide information about a transport. Used, e.g. by relay status page.
    • Method Detail

      • subscribeToConnections

        ISubscriptionIntermediateFuture<PlatformData> subscribeToConnections()
        Get events about established connections.
        Returns:
        Events for connections specified by 1: platform id, 2: protocol name, 3: ready flag (false=connecting, true=connected, null=disconnected).
      • getConnections

        IIntermediateFuture<PlatformData> getConnections()
        Get the established connections.
        Returns:
        A list of connections specified by 1: platform id, 2: protocol name, 3: ready flag (false=connecting, true=connected).