Uses of Class
io.grpc.internal.KeepAliveEnforcer
-
Packages that use KeepAliveEnforcer Package Description io.grpc.netty 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 KeepAliveEnforcer Modifier and Type Field Description private KeepAliveEnforcerNettyServerHandler. keepAliveEnforcerprivate KeepAliveEnforcerNettyServerHandler.WriteMonitoringFrameWriter. keepAliveEnforcerConstructors in io.grpc.netty with parameters of type KeepAliveEnforcer Constructor Description NettyServerHandler(io.netty.channel.ChannelPromise channelUnused, io.netty.handler.codec.http2.Http2Connection connection, ServerTransportListener transportListener, java.util.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)
-