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