Uses of Class
io.grpc.netty.SendResponseHeadersCommand
-
Packages that use SendResponseHeadersCommand Package Description io.grpc.netty 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 SendResponseHeadersCommand Modifier and Type Method Description (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 SendResponseHeadersCommand Modifier and Type Method Description private voidNettyServerHandler. sendResponseHeaders(io.netty.channel.ChannelHandlerContext ctx, SendResponseHeadersCommand cmd, io.netty.channel.ChannelPromise promise)Sends the response headers to the client.
-