Uses of Class
io.grpc.netty.SendGrpcFrameCommand
-
Packages that use SendGrpcFrameCommand Package Description io.grpc.netty The main transport implementation based on Netty, for both the client and the server. -
-
Uses of SendGrpcFrameCommand in io.grpc.netty
Methods in io.grpc.netty with parameters of type SendGrpcFrameCommand Modifier and Type Method Description private voidNettyClientHandler. sendGrpcFrame(io.netty.channel.ChannelHandlerContext ctx, SendGrpcFrameCommand cmd, io.netty.channel.ChannelPromise promise)Sends the given GRPC frame for the stream.private voidNettyServerHandler. sendGrpcFrame(io.netty.channel.ChannelHandlerContext ctx, SendGrpcFrameCommand cmd, io.netty.channel.ChannelPromise promise)Sends the given gRPC frame to the client.
-