Uses of Interface
io.grpc.InternalMetadata.TrustedAsciiMarshaller
-
Packages that use InternalMetadata.TrustedAsciiMarshaller Package Description io.grpc The gRPC core public API.io.grpc.internal Interfaces and implementations that are internal to gRPC. -
-
Uses of InternalMetadata.TrustedAsciiMarshaller in io.grpc
Methods in io.grpc with parameters of type InternalMetadata.TrustedAsciiMarshaller Modifier and Type Method Description static <T> Metadata.Key<T>
InternalMetadata. keyOf(java.lang.String name, InternalMetadata.TrustedAsciiMarshaller<T> marshaller)
-
Uses of InternalMetadata.TrustedAsciiMarshaller in io.grpc.internal
Classes in io.grpc.internal that implement InternalMetadata.TrustedAsciiMarshaller Modifier and Type Class Description private static class
GrpcUtil.AcceptEncodingMarshaller
Fields in io.grpc.internal declared as InternalMetadata.TrustedAsciiMarshaller Modifier and Type Field Description private static InternalMetadata.TrustedAsciiMarshaller<java.lang.Integer>
Http2ClientStreamTransportState. HTTP_STATUS_MARSHALLER
Metadata marshaller for HTTP status lines.
-