Uses of Class
io.grpc.rls.RlsProtoData.ExtraKeys
-
Packages that use RlsProtoData.ExtraKeys Package Description io.grpc.rls -
-
Uses of RlsProtoData.ExtraKeys in io.grpc.rls
Subclasses of RlsProtoData.ExtraKeys in io.grpc.rls Modifier and Type Class Description (package private) classAutoValue_RlsProtoData_ExtraKeysFields in io.grpc.rls declared as RlsProtoData.ExtraKeys Modifier and Type Field Description (package private) static RlsProtoData.ExtraKeysRlsProtoData.ExtraKeys. DEFAULTprivate RlsProtoData.ExtraKeysAutoValue_RlsProtoData_GrpcKeyBuilder. extraKeysMethods in io.grpc.rls that return RlsProtoData.ExtraKeys Modifier and Type Method Description (package private) static RlsProtoData.ExtraKeysRlsProtoData.ExtraKeys. create(java.lang.String host, java.lang.String service, java.lang.String method)(package private) RlsProtoData.ExtraKeysAutoValue_RlsProtoData_GrpcKeyBuilder. extraKeys()(package private) abstract RlsProtoData.ExtraKeysRlsProtoData.GrpcKeyBuilder. extraKeys()Methods in io.grpc.rls with parameters of type RlsProtoData.ExtraKeys Modifier and Type Method Description (package private) static RlsProtoData.GrpcKeyBuilderRlsProtoData.GrpcKeyBuilder. create(com.google.common.collect.ImmutableList<RlsProtoData.GrpcKeyBuilder.Name> names, com.google.common.collect.ImmutableList<RlsProtoData.NameMatcher> headers, RlsProtoData.ExtraKeys extraKeys, com.google.common.collect.ImmutableMap<java.lang.String,java.lang.String> constantKeys)private static java.lang.StringRlsProtoConverters.RouteLookupConfigConverter. keyToString(RlsProtoData.ExtraKeys extraKeys)Constructors in io.grpc.rls with parameters of type RlsProtoData.ExtraKeys Constructor Description AutoValue_RlsProtoData_GrpcKeyBuilder(com.google.common.collect.ImmutableList<RlsProtoData.GrpcKeyBuilder.Name> names, com.google.common.collect.ImmutableList<RlsProtoData.NameMatcher> headers, RlsProtoData.ExtraKeys extraKeys, com.google.common.collect.ImmutableMap<java.lang.String,java.lang.String> constantKeys)
-