Uses of Interface
io.grpc.Metadata.AsciiMarshaller
-
Packages that use Metadata.AsciiMarshaller Package Description io.grpc The gRPC core public API. -
-
Uses of Metadata.AsciiMarshaller in io.grpc
Fields in io.grpc declared as Metadata.AsciiMarshaller Modifier and Type Field Description static Metadata.AsciiMarshaller<String>
Metadata. ASCII_STRING_MARSHALLER
Simple metadata marshaller that encodes strings as is.Methods in io.grpc with parameters of type Metadata.AsciiMarshaller Modifier and Type Method Description static <T> Metadata.Key<T>
Metadata.Key. of(String name, Metadata.AsciiMarshaller<T> marshaller)
Creates a key for an ASCII header.
-