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 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 CancelServerStreamCommandModifier and TypeMethodDescriptionprivate 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)