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.TransportState
NettyClientStream. state
private NettyClientStream.TransportState
CancelClientStreamCommand. stream
private NettyClientStream.TransportState
CreateStreamCommand. stream
Methods in io.grpc.netty that return NettyClientStream.TransportState Modifier and Type Method Description private NettyClientStream.TransportState
NettyClientHandler. clientStream(io.netty.handler.codec.http2.Http2Stream stream)
Gets the client stream associated to the given HTTP/2 stream object.(package private) NettyClientStream.TransportState
CancelClientStreamCommand. stream()
(package private) NettyClientStream.TransportState
CreateStreamCommand. stream()
protected NettyClientStream.TransportState
NettyClientStream. transportState()
Methods in io.grpc.netty with parameters of type NettyClientStream.TransportState Modifier and Type Method Description private void
NettyClientHandler. 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)
-