Uses of Class
io.grpc.netty.CancelClientStreamCommand
Packages that use CancelClientStreamCommand
Package
Description
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 CancelClientStreamCommandModifier and TypeMethodDescriptionprivate void
NettyClientHandler.cancelStream
(io.netty.channel.ChannelHandlerContext ctx, CancelClientStreamCommand cmd, io.netty.channel.ChannelPromise promise) Cancels this stream.