Uses of Class
io.grpc.netty.GrpcHttp2OutboundHeaders
Packages that use GrpcHttp2OutboundHeaders
Package
Description
The main transport implementation based on Netty,
for both the client and the server.
-
Uses of GrpcHttp2OutboundHeaders in io.grpc.netty
Methods in io.grpc.netty that return GrpcHttp2OutboundHeadersModifier and TypeMethodDescription(package private) static GrpcHttp2OutboundHeaders
GrpcHttp2OutboundHeaders.clientRequestHeaders
(byte[][] serializedMetadata, io.netty.util.AsciiString authority, io.netty.util.AsciiString path, io.netty.util.AsciiString method, io.netty.util.AsciiString scheme, io.netty.util.AsciiString userAgent) (package private) static GrpcHttp2OutboundHeaders
GrpcHttp2OutboundHeaders.serverResponseHeaders
(byte[][] serializedMetadata) (package private) static GrpcHttp2OutboundHeaders
GrpcHttp2OutboundHeaders.serverResponseTrailers
(byte[][] serializedMetadata)