Home
last modified time | relevance | path

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

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