Uses of Class
io.grpc.netty.NettyServerStream.TransportState
Packages that use NettyServerStream.TransportState
Package
Description
The main transport implementation based on Netty,
for both the client and the server.
-
Uses of NettyServerStream.TransportState in io.grpc.netty
Fields in io.grpc.netty declared as NettyServerStream.TransportStateModifier and TypeFieldDescriptionprivate final NettyServerStream.TransportStateNettyServerStream.stateprivate final NettyServerStream.TransportStateCancelServerStreamCommand.streamMethods in io.grpc.netty that return NettyServerStream.TransportStateModifier and TypeMethodDescriptionprivate NettyServerStream.TransportStateNettyServerHandler.serverStream(io.netty.handler.codec.http2.Http2Stream stream) Returns the server stream associated to the given HTTP/2 stream object.(package private) NettyServerStream.TransportStateCancelServerStreamCommand.stream()protected NettyServerStream.TransportStateNettyServerStream.transportState()Methods in io.grpc.netty with parameters of type NettyServerStream.TransportStateModifier and TypeMethodDescription(package private) static CancelServerStreamCommandCancelServerStreamCommand.withReason(NettyServerStream.TransportState stream, Status reason) (package private) static CancelServerStreamCommandCancelServerStreamCommand.withReset(NettyServerStream.TransportState stream, Status reason) Constructors in io.grpc.netty with parameters of type NettyServerStream.TransportStateModifierConstructorDescriptionprivateCancelServerStreamCommand(NettyServerStream.TransportState stream, Status reason, CancelServerStreamCommand.PeerNotify peerNotify) NettyServerStream(io.netty.channel.Channel channel, NettyServerStream.TransportState state, Attributes transportAttrs, String authority, StatsTraceContext statsTraceCtx)