Uses of Interface
io.grpc.Metadata.AsciiMarshaller
Packages that use Metadata.AsciiMarshaller
Package
Description
The gRPC core public API.
Interfaces and implementations that are internal to gRPC.
-
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.private final Metadata.AsciiMarshaller
<T> Metadata.AsciiKey.marshaller
Methods in io.grpc with parameters of type Metadata.AsciiMarshallerModifier and TypeMethodDescriptionstatic <T> Metadata.Key
<T> InternalMetadata.keyOf
(String name, Metadata.AsciiMarshaller<T> marshaller) (package private) static <T> Metadata.Key
<T> Metadata.Key.of
(String name, boolean pseudo, 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.Constructors in io.grpc with parameters of type Metadata.AsciiMarshallerModifierConstructorDescriptionprivate
AsciiKey
(String name, boolean pseudo, Metadata.AsciiMarshaller<T> marshaller) Keys have a name and an ASCII marshaller used for serialization. -
Uses of Metadata.AsciiMarshaller in io.grpc.internal
Classes in io.grpc.internal that implement Metadata.AsciiMarshallerModifier and TypeClassDescription(package private) static class
Marshals a nanoseconds representation of the timeout to and from a string representation, consisting of an ASCII decimal representation of a number with at most 8 digits, followed by a unit.