Uses of Class
io.grpc.netty.SendPingCommand
Packages that use SendPingCommand
Package
Description
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 SendPingCommandModifier and TypeMethodDescriptionprivate 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.