Package io.grpc.netty

Class NettyServerHandler.KeepAlivePinger

java.lang.Object
io.grpc.netty.NettyServerHandler.KeepAlivePinger
All Implemented Interfaces:
KeepAliveManager.KeepAlivePinger
Enclosing class:
NettyServerHandler

private final class NettyServerHandler.KeepAlivePinger extends Object implements KeepAliveManager.KeepAlivePinger
  • Field Summary

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

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

    Modifier and Type
    Method
    Description
    void
    Callback when Ping Ack was not received in KEEPALIVE_TIMEOUT.
    void
    Sends out a keep-alive ping.

    Methods inherited from class java.lang.Object

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