Uses of Interface
io.grpc.Metadata.AsciiMarshaller
Packages that use Metadata.AsciiMarshaller
-
Uses of Metadata.AsciiMarshaller in io.grpc
Fields in io.grpc declared as Metadata.AsciiMarshallerModifier and TypeFieldDescriptionstatic final Metadata.AsciiMarshaller
<String> Metadata.ASCII_STRING_MARSHALLER
Simple metadata marshaller that encodes strings as is.Methods in io.grpc with parameters of type Metadata.AsciiMarshallerModifier and TypeMethodDescriptionstatic <T> Metadata.Key
<T> InternalMetadata.keyOf
(String name, Metadata.AsciiMarshaller<T> marshaller) static <T> Metadata.Key
<T> Metadata.Key.of
(String name, Metadata.AsciiMarshaller<T> marshaller) Creates a key for an ASCII header.