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 SendResponseHeadersCommandSendResponseHeadersCommand.createHeaders(StreamIdHolder stream, io.netty.handler.codec.http2.Http2Headers headers) (package private) static SendResponseHeadersCommandSendResponseHeadersCommand.createTrailers(StreamIdHolder stream, io.netty.handler.codec.http2.Http2Headers headers, Status status) Methods in io.grpc.netty with parameters of type SendResponseHeadersCommandModifier and TypeMethodDescriptionprivate voidNettyServerHandler.sendResponseHeaders(io.netty.channel.ChannelHandlerContext ctx, SendResponseHeadersCommand cmd, io.netty.channel.ChannelPromise promise) Sends the response headers to the client.