Uses of Class
io.grpc.netty.SendResponseHeadersCommand
Packages that use SendResponseHeadersCommand
Package
Description
The main transport implementation based on Netty,
for both the client and the server.
-
Uses of SendResponseHeadersCommand in io.grpc.netty
Methods in io.grpc.netty that return SendResponseHeadersCommandModifier and TypeMethodDescription(package private) static SendResponseHeadersCommand
SendResponseHeadersCommand.createHeaders
(StreamIdHolder stream, io.netty.handler.codec.http2.Http2Headers headers) (package private) static SendResponseHeadersCommand
SendResponseHeadersCommand.createTrailers
(StreamIdHolder stream, io.netty.handler.codec.http2.Http2Headers headers, Status status) Methods in io.grpc.netty with parameters of type SendResponseHeadersCommandModifier and TypeMethodDescriptionprivate void
NettyServerHandler.sendResponseHeaders
(io.netty.channel.ChannelHandlerContext ctx, SendResponseHeadersCommand cmd, io.netty.channel.ChannelPromise promise) Sends the response headers to the client.