Uses of Class
io.grpc.rls.RlsProtoData.NameMatcher
-
Packages that use RlsProtoData.NameMatcher Package Description io.grpc.rls -
-
Uses of RlsProtoData.NameMatcher in io.grpc.rls
Subclasses of RlsProtoData.NameMatcher in io.grpc.rls Modifier and Type Class Description (package private) class
AutoValue_RlsProtoData_NameMatcher
Fields in io.grpc.rls with type parameters of type RlsProtoData.NameMatcher Modifier and Type Field Description private com.google.common.collect.ImmutableList<RlsProtoData.NameMatcher>
AutoValue_RlsProtoData_GrpcKeyBuilder. headers
Methods in io.grpc.rls that return RlsProtoData.NameMatcher Modifier and Type Method Description (package private) static RlsProtoData.NameMatcher
RlsProtoData.NameMatcher. create(java.lang.String key, com.google.common.collect.ImmutableList<java.lang.String> names)
Methods in io.grpc.rls that return types with arguments of type RlsProtoData.NameMatcher Modifier and Type Method Description (package private) com.google.common.collect.ImmutableList<RlsProtoData.NameMatcher>
AutoValue_RlsProtoData_GrpcKeyBuilder. headers()
(package private) abstract com.google.common.collect.ImmutableList<RlsProtoData.NameMatcher>
RlsProtoData.GrpcKeyBuilder. headers()
Returns a list of NameMatchers for header.Method parameters in io.grpc.rls with type arguments of type RlsProtoData.NameMatcher Modifier and Type Method Description private static void
RlsProtoConverters. checkUniqueKey(java.util.List<RlsProtoData.NameMatcher> nameMatchers, java.util.Set<java.lang.String> constantKeys)
private com.google.common.collect.ImmutableMap.Builder<java.lang.String,java.lang.String>
RlsRequestFactory. createRequestHeaders(Metadata metadata, java.util.List<RlsProtoData.NameMatcher> keyBuilder)
-