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