Package io.grpc.netty

Class SendResponseHeadersCommand

java.lang.Object
io.grpc.netty.WriteQueue.AbstractQueuedCommand
io.grpc.netty.SendResponseHeadersCommand
All Implemented Interfaces:
WriteQueue.QueuedCommand

final class SendResponseHeadersCommand extends WriteQueue.AbstractQueuedCommand
Command sent from the transport to the Netty channel to send response headers to the client.
  • Field Details

    • stream

      private final StreamIdHolder stream
    • headers

      private final io.netty.handler.codec.http2.Http2Headers headers
    • status

      private final Status status
  • Constructor Details

    • SendResponseHeadersCommand

      private SendResponseHeadersCommand(StreamIdHolder stream, io.netty.handler.codec.http2.Http2Headers headers, Status status)
  • Method Details