Package io.grpc.netty
Interface AbstractNettyHandler.PingLimiter
- All Known Implementing Classes:
AbstractNettyHandler.AllowPingLimiter
,NettyClientHandler.PingCountingFrameWriter
- Enclosing class:
AbstractNettyHandler
public static interface AbstractNettyHandler.PingLimiter
Controls whether PINGs like those for BDP are permitted to be sent at the current time.
-
Method Summary
-
Method Details
-
isPingAllowed
boolean isPingAllowed()
-