Interface PingingEndpointConfigurator.RttObserver

  • Enclosing class:
    PingingEndpointConfigurator

    public static interface PingingEndpointConfigurator.RttObserver
    An interface for Endpoints to get round-trip time reports upon receiving pongs.
    • Method Detail

      • onPong

        void onPong​(long rttNanos)
        Called by PongMessage handler to report round-trip time in nanoseconds.