Package io.grpc.netty
Class AbstractNettyHandler.AllowPingLimiter
- java.lang.Object
-
- io.grpc.netty.AbstractNettyHandler.AllowPingLimiter
-
- All Implemented Interfaces:
AbstractNettyHandler.PingLimiter
- Enclosing class:
- AbstractNettyHandler
private static final class AbstractNettyHandler.AllowPingLimiter extends java.lang.Object implements AbstractNettyHandler.PingLimiter
-
-
Constructor Summary
Constructors Modifier Constructor Description private
AllowPingLimiter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
isPingAllowed()
-
-
-
Method Detail
-
isPingAllowed
public boolean isPingAllowed()
- Specified by:
isPingAllowed
in interfaceAbstractNettyHandler.PingLimiter
-
-