Uses of Class
io.grpc.netty.NettyClientStream.TransportState
Packages that use NettyClientStream.TransportState
Package
Description
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.TransportStateModifier and TypeFieldDescriptionprivate final NettyClientStream.TransportState
NettyClientStream.state
private final NettyClientStream.TransportState
CancelClientStreamCommand.stream
private final NettyClientStream.TransportState
CreateStreamCommand.stream
Methods in io.grpc.netty that return NettyClientStream.TransportStateModifier and TypeMethodDescriptionprivate 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.TransportStateModifier and TypeMethodDescriptionprivate 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.TransportStateModifierConstructorDescription(package private)
CancelClientStreamCommand
(NettyClientStream.TransportState stream, Status reason) (package private)
CreateStreamCommand
(io.netty.handler.codec.http2.Http2Headers headers, NettyClientStream.TransportState stream, boolean shouldBeCountedForInUse, boolean get) (package private)
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)