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