Uses of Interface
io.grpc.Metadata.TrustedAsciiMarshaller
-
Packages that use Metadata.TrustedAsciiMarshaller Package Description io.grpc The gRPC core public API.io.grpc.internal Interfaces and implementations that are internal to gRPC. -
-
Uses of Metadata.TrustedAsciiMarshaller in io.grpc
Subinterfaces of Metadata.TrustedAsciiMarshaller in io.grpc Modifier and Type Interface Description static interface
InternalMetadata.TrustedAsciiMarshaller<T>
A specialized plain ASCII marshaller.Classes in io.grpc that implement Metadata.TrustedAsciiMarshaller Modifier and Type Class Description private static class
Status.StatusCodeMarshaller
private static class
Status.StatusMessageMarshaller
Fields in io.grpc declared as Metadata.TrustedAsciiMarshaller Modifier and Type Field Description private Metadata.TrustedAsciiMarshaller<T>
Metadata.TrustedAsciiKey. marshaller
private static Metadata.TrustedAsciiMarshaller<java.lang.String>
Status. STATUS_MESSAGE_MARSHALLER
Marshals status messages for (Status.MESSAGE_KEY
.Methods in io.grpc with parameters of type Metadata.TrustedAsciiMarshaller Modifier and Type Method Description (package private) static <T> Metadata.Key<T>
Metadata.Key. of(java.lang.String name, boolean pseudo, Metadata.TrustedAsciiMarshaller<T> marshaller)
Constructors in io.grpc with parameters of type Metadata.TrustedAsciiMarshaller Constructor Description TrustedAsciiKey(java.lang.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 Modifier and Type Class Description private static class
GrpcUtil.AcceptEncodingMarshaller
-