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