Class Http2PingHelper

    • Constructor Detail

      • Http2PingHelper

        public Http2PingHelper()
    • Method Detail

      • createPingCallTracker

        public CallTracker createPingCallTracker()
      • createLatestPingCallTimeTracker

        public com.linkedin.alpini.netty4.pool.Http2PingHelper.LatestPingCallTimeTracker createLatestPingCallTimeTracker()
      • sendPing

        public void sendPing​(@Nonnull
                             io.netty.channel.Channel channel)
      • pingCallTracker

        public CallTracker pingCallTracker()
      • getAvgResponseTimeOfLatestPings

        public double getAvgResponseTimeOfLatestPings()
      • nanoToMillis

        public static double nanoToMillis​(double nanos)