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.TransportStateNettyClientStream.stateprivate final NettyClientStream.TransportStateCancelClientStreamCommand.streamprivate final NettyClientStream.TransportStateCreateStreamCommand.streamMethods in io.grpc.netty that return NettyClientStream.TransportStateModifier and TypeMethodDescriptionprivate 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.TransportStateModifier and TypeMethodDescriptionprivate 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.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)