Package io.grpc.netty

Class NettyServerHandler.KeepAlivePinger

    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) io.netty.channel.ChannelHandlerContext ctx  
    • Constructor Summary

      Constructors 
      Constructor Description
      KeepAlivePinger​(io.netty.channel.ChannelHandlerContext ctx)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void onPingTimeout()
      Callback when Ping Ack was not received in KEEPALIVE_TIMEOUT.
      void ping()
      Sends out a keep-alive ping.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait