Uses of Interface
io.grpc.InternalMetadata.TrustedAsciiMarshaller
Packages that use InternalMetadata.TrustedAsciiMarshaller
Package
Description
The gRPC core public API.
Interfaces and implementations that are internal to gRPC.
-
Uses of InternalMetadata.TrustedAsciiMarshaller in io.grpc
Methods in io.grpc with parameters of type InternalMetadata.TrustedAsciiMarshallerModifier and TypeMethodDescriptionstatic <T> Metadata.Key
<T> InternalMetadata.keyOf
(String name, InternalMetadata.TrustedAsciiMarshaller<T> marshaller) -
Uses of InternalMetadata.TrustedAsciiMarshaller in io.grpc.internal
Classes in io.grpc.internal that implement InternalMetadata.TrustedAsciiMarshallerFields in io.grpc.internal declared as InternalMetadata.TrustedAsciiMarshallerModifier and TypeFieldDescriptionprivate static final InternalMetadata.TrustedAsciiMarshaller
<Integer> Http2ClientStreamTransportState.HTTP_STATUS_MARSHALLER
Metadata marshaller for HTTP status lines.