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