Uses of Class
io.grpc.netty.NettyServerStream.TransportState
-
Packages that use NettyServerStream.TransportState Package Description io.grpc.netty 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.TransportState Modifier and Type Field Description private NettyServerStream.TransportStateNettyServerStream. stateprivate NettyServerStream.TransportStateCancelServerStreamCommand. streamMethods in io.grpc.netty that return NettyServerStream.TransportState Modifier and Type Method Description private 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.TransportState Modifier and Type Method Description (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.TransportState Constructor Description CancelServerStreamCommand(NettyServerStream.TransportState stream, Status reason, CancelServerStreamCommand.PeerNotify peerNotify)NettyServerStream(io.netty.channel.Channel channel, NettyServerStream.TransportState state, Attributes transportAttrs, java.lang.String authority, StatsTraceContext statsTraceCtx)
-