Uses of Interface
io.grpc.internal.KeepAliveEnforcer.Ticker
-
Packages that use KeepAliveEnforcer.Ticker Package Description io.grpc.internal Interfaces and implementations that are internal to gRPC. -
-
Uses of KeepAliveEnforcer.Ticker in io.grpc.internal
Classes in io.grpc.internal that implement KeepAliveEnforcer.Ticker Modifier and Type Class Description (package private) static classKeepAliveEnforcer.SystemTickerFields in io.grpc.internal declared as KeepAliveEnforcer.Ticker Modifier and Type Field Description private KeepAliveEnforcer.TickerKeepAliveEnforcer. tickerConstructors in io.grpc.internal with parameters of type KeepAliveEnforcer.Ticker Constructor Description KeepAliveEnforcer(boolean permitWithoutCalls, long minTime, java.util.concurrent.TimeUnit unit, KeepAliveEnforcer.Ticker ticker)
-