Uses of Interface
io.grpc.Metadata.TrustedAsciiMarshaller
Packages that use Metadata.TrustedAsciiMarshaller
Package
Description
The gRPC core public API.
Interfaces and implementations that are internal to gRPC.
-
Uses of Metadata.TrustedAsciiMarshaller in io.grpc
Subinterfaces of Metadata.TrustedAsciiMarshaller in io.grpcModifier and TypeInterfaceDescriptionstatic interface
A specialized plain ASCII marshaller.Classes in io.grpc that implement Metadata.TrustedAsciiMarshallerModifier and TypeClassDescriptionprivate static final class
private static final class
Fields in io.grpc declared as Metadata.TrustedAsciiMarshallerModifier and TypeFieldDescriptionprivate final Metadata.TrustedAsciiMarshaller
<T> Metadata.TrustedAsciiKey.marshaller
private static final Metadata.TrustedAsciiMarshaller
<String> Status.STATUS_MESSAGE_MARSHALLER
Marshals status messages for (Status.MESSAGE_KEY
.Methods in io.grpc with parameters of type Metadata.TrustedAsciiMarshallerModifier and TypeMethodDescription(package private) static <T> Metadata.Key
<T> Metadata.Key.of
(String name, boolean pseudo, Metadata.TrustedAsciiMarshaller<T> marshaller) Constructors in io.grpc with parameters of type Metadata.TrustedAsciiMarshallerModifierConstructorDescriptionprivate
TrustedAsciiKey
(String name, boolean pseudo, Metadata.TrustedAsciiMarshaller<T> marshaller) Keys have a name and an ASCII marshaller used for serialization. -
Uses of Metadata.TrustedAsciiMarshaller in io.grpc.internal
Classes in io.grpc.internal that implement Metadata.TrustedAsciiMarshaller