Uses of Class
io.grpc.internal.KeepAliveEnforcer
Packages that use KeepAliveEnforcer
Package
Description
The main transport implementation based on Netty,
for both the client and the server.
-
Uses of KeepAliveEnforcer in io.grpc.netty
Fields in io.grpc.netty declared as KeepAliveEnforcerModifier and TypeFieldDescriptionprivate final KeepAliveEnforcer
NettyServerHandler.keepAliveEnforcer
private final KeepAliveEnforcer
NettyServerHandler.WriteMonitoringFrameWriter.keepAliveEnforcer
Constructors in io.grpc.netty with parameters of type KeepAliveEnforcerModifierConstructorDescriptionprivate
NettyServerHandler
(io.netty.channel.ChannelPromise channelUnused, io.netty.handler.codec.http2.Http2Connection connection, ServerTransportListener transportListener, List<? extends ServerStreamTracer.Factory> streamTracerFactories, TransportTracer transportTracer, io.netty.handler.codec.http2.Http2ConnectionDecoder decoder, io.netty.handler.codec.http2.Http2ConnectionEncoder encoder, io.netty.handler.codec.http2.Http2Settings settings, int maxMessageSize, long keepAliveTimeInNanos, long keepAliveTimeoutInNanos, long maxConnectionIdleInNanos, long maxConnectionAgeInNanos, long maxConnectionAgeGraceInNanos, KeepAliveEnforcer keepAliveEnforcer, boolean autoFlowControl, int maxRstCount, long maxRstPeriodNanos, Attributes eagAttributes, com.google.common.base.Ticker ticker) WriteMonitoringFrameWriter
(io.netty.handler.codec.http2.Http2FrameWriter delegate, KeepAliveEnforcer keepAliveEnforcer)