Package io.grpc
Interface InternalMetadata.TrustedAsciiMarshaller<T>
-
- All Superinterfaces:
Metadata.TrustedAsciiMarshaller<T>
- All Known Implementing Classes:
GrpcUtil.AcceptEncodingMarshaller
- Enclosing class:
- InternalMetadata
@Internal public static interface InternalMetadata.TrustedAsciiMarshaller<T> extends Metadata.TrustedAsciiMarshaller<T>
A specialized plain ASCII marshaller. Both input and output are assumed to be valid header ASCII.Extended here to break the dependency.
-
-
Method Summary
-
Methods inherited from interface io.grpc.Metadata.TrustedAsciiMarshaller
parseAsciiString, toAsciiString
-
-