Uses of Class
io.grpc.netty.NettyClientHandler
-
Packages that use NettyClientHandler Package Description io.grpc.netty The main transport implementation based on Netty, for both the client and the server. -
-
Uses of NettyClientHandler in io.grpc.netty
Fields in io.grpc.netty declared as NettyClientHandler Modifier and Type Field Description private NettyClientHandler
NettyClientStream.TransportState. handler
private NettyClientHandler
NettyClientTransport. handler
Methods in io.grpc.netty that return NettyClientHandler 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)
Constructors in io.grpc.netty with parameters of type NettyClientHandler Constructor Description TransportState(NettyClientHandler handler, io.netty.channel.EventLoop eventLoop, int maxMessageSize, StatsTraceContext statsTraceCtx, TransportTracer transportTracer, java.lang.String methodName, CallOptions options)
-