Uses of Class
io.grpc.netty.WriteQueue.AbstractQueuedCommand
Packages that use WriteQueue.AbstractQueuedCommand
Package
Description
The main transport implementation based on Netty,
for both the client and the server.
-
Uses of WriteQueue.AbstractQueuedCommand in io.grpc.netty
Subclasses of WriteQueue.AbstractQueuedCommand in io.grpc.nettyModifier and TypeClassDescription(package private) classCommand sent from a Netty client stream to the handler to cancel the stream.(package private) final classCommand sent from a Netty server stream to the handler to cancel the stream.(package private) classA command to create a new stream.(package private) classA command to trigger close and close all streams.(package private) classA command to trigger close.(package private) classA command to trigger close and allow streams naturally close.(package private) classCommand sent from the transport to the Netty channel to send a PING frame.(package private) final classCommand sent from the transport to the Netty channel to send response headers to the client.