Uses of Interface
io.grpc.netty.WriteQueue.QueuedCommand
-
Packages that use WriteQueue.QueuedCommand Package Description io.grpc.netty The main transport implementation based on Netty, for both the client and the server. -
-
Uses of WriteQueue.QueuedCommand in io.grpc.netty
Classes in io.grpc.netty that implement WriteQueue.QueuedCommand Modifier and Type Class Description (package private) class
CancelClientStreamCommand
Command sent from a Netty client stream to the handler to cancel the stream.(package private) class
CancelServerStreamCommand
Command sent from a Netty server stream to the handler to cancel the stream.(package private) class
CreateStreamCommand
A command to create a new stream.(package private) class
ForcefulCloseCommand
A command to trigger close and close all streams.(package private) class
GracefulCloseCommand
A command to trigger close.(package private) class
GracefulServerCloseCommand
A command to trigger close and allow streams naturally close.(package private) class
SendGrpcFrameCommand
Command sent from the transport to the Netty channel to send a GRPC frame to the remote endpoint.(package private) class
SendPingCommand
Command sent from the transport to the Netty channel to send a PING frame.(package private) class
SendResponseHeadersCommand
Command sent from the transport to the Netty channel to send response headers to the client.(package private) static class
WriteQueue.AbstractQueuedCommand
private static class
WriteQueue.RunnableCommand
Fields in io.grpc.netty with type parameters of type WriteQueue.QueuedCommand Modifier and Type Field Description private java.util.Queue<WriteQueue.QueuedCommand>
WriteQueue. queue
Methods in io.grpc.netty with parameters of type WriteQueue.QueuedCommand Modifier and Type Method Description (package private) io.netty.channel.ChannelFuture
WriteQueue. enqueue(WriteQueue.QueuedCommand command, boolean flush)
Enqueue a write command on the channel.
-