Uses of Class
io.grpc.netty.CancelClientStreamCommand
-
Packages that use CancelClientStreamCommand Package Description io.grpc.netty The main transport implementation based on Netty, for both the client and the server. -
-
Uses of CancelClientStreamCommand in io.grpc.netty
Methods in io.grpc.netty with parameters of type CancelClientStreamCommand Modifier and Type Method Description private void
NettyClientHandler. cancelStream(io.netty.channel.ChannelHandlerContext ctx, CancelClientStreamCommand cmd, io.netty.channel.ChannelPromise promise)
Cancels this stream.
-