Home
last modified time | relevance | path

Searched defs:TrustedAsciiKey (Results 1 – 1 of 1) sorted by relevance

/external/grpc-grpc-java/core/src/main/java/io/grpc/
DMetadata.java760 private static final class TrustedAsciiKey<T> extends Key<T> { class
764 private TrustedAsciiKey(String name, boolean pseudo, TrustedAsciiMarshaller<T> marshaller) { in TrustedAsciiKey() method in TrustedAsciiKey