Uses of Class
io.grpc.netty.NettyClientStream.TransportState
-
Packages that use NettyClientStream.TransportState Package Description io.grpc.netty The main transport implementation based on Netty, for both the client and the server. -
-
Uses of NettyClientStream.TransportState in io.grpc.netty
Fields in io.grpc.netty declared as NettyClientStream.TransportState Modifier and Type Field Description private NettyClientStream.TransportStateNettyClientStream. stateprivate NettyClientStream.TransportStateCancelClientStreamCommand. streamprivate NettyClientStream.TransportStateCreateStreamCommand. streamMethods in io.grpc.netty that return NettyClientStream.TransportState Modifier and Type Method Description private NettyClientStream.TransportStateNettyClientHandler. clientStream(io.netty.handler.codec.http2.Http2Stream stream)Gets the client stream associated to the given HTTP/2 stream object.(package private) NettyClientStream.TransportStateCancelClientStreamCommand. stream()(package private) NettyClientStream.TransportStateCreateStreamCommand. stream()protected NettyClientStream.TransportStateNettyClientStream. transportState()Methods in io.grpc.netty with parameters of type NettyClientStream.TransportState Modifier and Type Method Description private voidNettyClientHandler. createStreamTraced(int streamId, NettyClientStream.TransportState stream, io.netty.handler.codec.http2.Http2Headers headers, boolean isGet, boolean shouldBeCountedForInUse, io.netty.channel.ChannelPromise promise)Constructors in io.grpc.netty with parameters of type NettyClientStream.TransportState Constructor Description CancelClientStreamCommand(NettyClientStream.TransportState stream, Status reason)CreateStreamCommand(io.netty.handler.codec.http2.Http2Headers headers, NettyClientStream.TransportState stream, boolean shouldBeCountedForInUse, boolean get)NettyClientStream(NettyClientStream.TransportState state, MethodDescriptor<?,?> method, Metadata headers, io.netty.channel.Channel channel, io.netty.util.AsciiString authority, io.netty.util.AsciiString scheme, io.netty.util.AsciiString userAgent, StatsTraceContext statsTraceCtx, TransportTracer transportTracer, CallOptions callOptions, boolean useGetForSafeMethods)
-