Interface Http2PingCallListener

  • All Known Implementing Classes:
    Http2PingHelper

    public interface Http2PingCallListener
    • Method Detail

      • isCallComplete

        boolean isCallComplete​(long pingId)
      • callStart

        void callStart​(long pingId,
                       long timeNanos)
      • callClose

        void callClose​(long pingId,
                       long timeNanos)
      • callCloseWithError

        void callCloseWithError​(long pingId,
                                long timeNanos)