Uses of Class
io.grpc.netty.CreateStreamCommand
Packages that use CreateStreamCommand
Package
Description
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 CreateStreamCommandModifier and TypeMethodDescriptionprivate void
NettyClientHandler.createStream
(CreateStreamCommand command, io.netty.channel.ChannelPromise promise) Attempts to create a new stream from the given command.