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 class
KeepAliveEnforcer.SystemTicker
Fields in io.grpc.internal declared as KeepAliveEnforcer.Ticker Modifier and Type Field Description private KeepAliveEnforcer.Ticker
KeepAliveEnforcer. ticker
Constructors 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)
-