Uses of Class
io.grpc.netty.CreateStreamCommand
-
Packages that use CreateStreamCommand Package Description io.grpc.netty The main transport implementation based on Netty, for both the client and the server. -
-
Uses of CreateStreamCommand in io.grpc.netty
Methods in io.grpc.netty with parameters of type CreateStreamCommand Modifier and Type Method Description private void
NettyClientHandler. createStream(CreateStreamCommand command, io.netty.channel.ChannelPromise promise)
Attempts to create a new stream from the given command.
-