Uses of Interface
io.grpc.netty.AbstractNettyHandler.PingLimiter
Packages that use AbstractNettyHandler.PingLimiter
Package
Description
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.PingLimiterModifier and TypeClassDescriptionprivate static final class
private static class
Fields in io.grpc.netty declared as AbstractNettyHandler.PingLimiterModifier and TypeFieldDescriptionprivate final AbstractNettyHandler.PingLimiter
AbstractNettyHandler.FlowControlPinger.pingLimiter
Constructors in io.grpc.netty with parameters of type AbstractNettyHandler.PingLimiterModifierConstructorDescription(package private)
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) private
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, Runnable tooManyPingsRunnable, TransportTracer transportTracer, Attributes eagAttributes, String authority, boolean autoFlowControl, AbstractNettyHandler.PingLimiter pingLimiter, com.google.common.base.Ticker ticker)