Uses of Class
io.grpc.netty.CancelServerStreamCommand
Packages that use CancelServerStreamCommand
Package
Description
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 CancelServerStreamCommandModifier and TypeMethodDescription(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 CancelServerStreamCommandModifier and TypeMethodDescriptionprivate 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)