Uses of Class
io.grpc.internal.KeepAliveManager
-
Packages that use KeepAliveManager Package Description io.grpc.netty The main transport implementation based on Netty, for both the client and the server. -
-
Uses of KeepAliveManager in io.grpc.netty
Fields in io.grpc.netty declared as KeepAliveManager Modifier and Type Field Description private KeepAliveManager
NettyClientHandler. keepAliveManager
private KeepAliveManager
NettyClientTransport. keepAliveManager
private KeepAliveManager
NettyServerHandler. keepAliveManager
Methods in io.grpc.netty that return KeepAliveManager Modifier and Type Method Description (package private) KeepAliveManager
NettyServerHandler. getKeepAliveManagerForTest()
(package private) KeepAliveManager
NettyClientTransport. keepAliveManager()
Methods in io.grpc.netty with parameters of type KeepAliveManager Modifier and Type Method Description (package private) static NettyClientHandler
NettyClientHandler. newHandler(ClientTransportLifecycleManager lifecycleManager, KeepAliveManager keepAliveManager, boolean autoFlowControl, int flowControlWindow, int maxHeaderListSize, com.google.common.base.Supplier<com.google.common.base.Stopwatch> stopwatchFactory, java.lang.Runnable tooManyPingsRunnable, TransportTracer transportTracer, Attributes eagAttributes, java.lang.String authority, ChannelLogger negotiationLogger, com.google.common.base.Ticker ticker)
(package private) static NettyClientHandler
NettyClientHandler. newHandler(io.netty.handler.codec.http2.Http2Connection connection, io.netty.handler.codec.http2.Http2FrameReader frameReader, io.netty.handler.codec.http2.Http2FrameWriter frameWriter, ClientTransportLifecycleManager lifecycleManager, KeepAliveManager keepAliveManager, boolean autoFlowControl, int flowControlWindow, int maxHeaderListSize, com.google.common.base.Supplier<com.google.common.base.Stopwatch> stopwatchFactory, java.lang.Runnable tooManyPingsRunnable, TransportTracer transportTracer, Attributes eagAttributes, java.lang.String authority, ChannelLogger negotiationLogger, com.google.common.base.Ticker ticker)
(package private) void
NettyServerHandler. setKeepAliveManagerForTest(KeepAliveManager keepAliveManager)
Constructors in io.grpc.netty with parameters of type KeepAliveManager Constructor Description 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)
-