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 CancelServerStreamCommand
CancelServerStreamCommand. withReason(NettyServerStream.TransportState stream, Status reason)
(package private) static CancelServerStreamCommand
CancelServerStreamCommand. withReset(NettyServerStream.TransportState stream, Status reason)
Methods in io.grpc.netty with parameters of type CancelServerStreamCommand Modifier and Type Method Description private void
NettyServerHandler. cancelStream(io.netty.channel.ChannelHandlerContext ctx, CancelServerStreamCommand cmd, io.netty.channel.ChannelPromise promise)
private static boolean
NettyServerHandler. shouldCloseStreamWithHeaders(CancelServerStreamCommand cmd, io.netty.handler.codec.http2.Http2Connection conn)
-