Uses of Class
io.grpc.netty.CancelServerStreamCommand
-
Packages that use CancelServerStreamCommand Package Description io.grpc.netty The main transport implementation based on Netty, for both the client and the server. -
-
Uses of CancelServerStreamCommand in io.grpc.netty
Methods in io.grpc.netty that return CancelServerStreamCommand 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)Methods in io.grpc.netty with parameters of type CancelServerStreamCommand Modifier and Type Method Description private voidNettyServerHandler. cancelStream(io.netty.channel.ChannelHandlerContext ctx, CancelServerStreamCommand cmd, io.netty.channel.ChannelPromise promise)private static booleanNettyServerHandler. shouldCloseStreamWithHeaders(CancelServerStreamCommand cmd, io.netty.handler.codec.http2.Http2Connection conn)
-