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 voidNettyClientHandler. forcefulClose(io.netty.channel.ChannelHandlerContext ctx, ForcefulCloseCommand msg, io.netty.channel.ChannelPromise promise)private voidNettyServerHandler. forcefulClose(io.netty.channel.ChannelHandlerContext ctx, ForcefulCloseCommand msg, io.netty.channel.ChannelPromise promise)
-