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 interfaceA specialized plain ASCII marshaller.Classes in io.grpc that implement Metadata.TrustedAsciiMarshallerModifier and TypeClassDescriptionprivate static final classprivate static final classFields in io.grpc declared as Metadata.TrustedAsciiMarshallerModifier and TypeFieldDescriptionprivate final Metadata.TrustedAsciiMarshaller<T> Metadata.TrustedAsciiKey.marshallerprivate static final Metadata.TrustedAsciiMarshaller<String> Status.STATUS_MESSAGE_MARSHALLERMarshals 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.TrustedAsciiMarshallerModifierConstructorDescriptionprivateTrustedAsciiKey(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