Interface TransportClient

  • All Known Implementing Classes:
    ChannelImpl

    public interface TransportClient
    Client (user) of the transport.
    Version:
    $Id$
    Author:
    Matej Sekoranja
    • Method Detail

      • transportUnresponsive

        void transportUnresponsive()
        Notification of unresponsive transport (e.g. no heartbeat detected) .
      • transportResponsive

        void transportResponsive​(Transport transport)
        Notification of responsive transport (e.g. heartbeat detected again), called to discard transportUnresponsive notification.
        Parameters:
        transport - responsive transport.
      • transportChanged

        void transportChanged()
        Notification of network change (server restarted).
      • transportClosed

        void transportClosed()
        Notification of forcefully closed transport.