Uses of Interface
io.grpc.netty.AbstractNettyHandler.PingLimiter
-
Packages that use AbstractNettyHandler.PingLimiter Package Description io.grpc.netty The main transport implementation based on Netty, for both the client and the server. -
-
Uses of AbstractNettyHandler.PingLimiter in io.grpc.netty
Classes in io.grpc.netty that implement AbstractNettyHandler.PingLimiter Modifier and Type Class Description private static class
AbstractNettyHandler.AllowPingLimiter
private static class
NettyClientHandler.PingCountingFrameWriter
Fields in io.grpc.netty declared as AbstractNettyHandler.PingLimiter Modifier and Type Field Description private AbstractNettyHandler.PingLimiter
AbstractNettyHandler.FlowControlPinger. pingLimiter
Constructors in io.grpc.netty with parameters of type AbstractNettyHandler.PingLimiter Constructor Description AbstractNettyHandler(io.netty.channel.ChannelPromise channelUnused, io.netty.handler.codec.http2.Http2ConnectionDecoder decoder, io.netty.handler.codec.http2.Http2ConnectionEncoder encoder, io.netty.handler.codec.http2.Http2Settings initialSettings, ChannelLogger negotiationLogger, boolean autoFlowControl, AbstractNettyHandler.PingLimiter pingLimiter, com.google.common.base.Ticker ticker)
FlowControlPinger(AbstractNettyHandler.PingLimiter pingLimiter)
NettyClientHandler(io.netty.handler.codec.http2.Http2ConnectionDecoder decoder, io.netty.handler.codec.http2.Http2ConnectionEncoder encoder, io.netty.handler.codec.http2.Http2Settings settings, ChannelLogger negotiationLogger, ClientTransportLifecycleManager lifecycleManager, KeepAliveManager keepAliveManager, com.google.common.base.Supplier<com.google.common.base.Stopwatch> stopwatchFactory, java.lang.Runnable tooManyPingsRunnable, TransportTracer transportTracer, Attributes eagAttributes, java.lang.String authority, boolean autoFlowControl, AbstractNettyHandler.PingLimiter pingLimiter, com.google.common.base.Ticker ticker)
-