Uses of Class
com.github.xds.type.matcher.v3.ServerNameMatcher.DomainMatcher.Builder
Packages that use ServerNameMatcher.DomainMatcher.Builder
-
Uses of ServerNameMatcher.DomainMatcher.Builder in com.github.xds.type.matcher.v3
Methods in com.github.xds.type.matcher.v3 that return ServerNameMatcher.DomainMatcher.BuilderModifier and TypeMethodDescriptionServerNameMatcher.DomainMatcher.Builder.addAllDomains(Iterable<String> values) A non-empty set of domain names with optional wildcards, e.g.ServerNameMatcher.Builder.addDomainMatchersBuilder()Match a server name by multiple domain matchers.ServerNameMatcher.Builder.addDomainMatchersBuilder(int index) Match a server name by multiple domain matchers.ServerNameMatcher.DomainMatcher.Builder.addDomains(String value) A non-empty set of domain names with optional wildcards, e.g.ServerNameMatcher.DomainMatcher.Builder.addDomainsBytes(com.google.protobuf.ByteString value) A non-empty set of domain names with optional wildcards, e.g.ServerNameMatcher.DomainMatcher.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) ServerNameMatcher.DomainMatcher.Builder.clear()ServerNameMatcher.DomainMatcher.Builder.clearDomains()A non-empty set of domain names with optional wildcards, e.g.ServerNameMatcher.DomainMatcher.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) ServerNameMatcher.DomainMatcher.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) ServerNameMatcher.DomainMatcher.Builder.clearOnMatch()Match action to apply when the server name matches any of the domain names in the matcher.ServerNameMatcher.DomainMatcher.Builder.clone()ServerNameMatcher.Builder.getDomainMatchersBuilder(int index) Match a server name by multiple domain matchers.ServerNameMatcher.DomainMatcher.Builder.mergeFrom(ServerNameMatcher.DomainMatcher other) ServerNameMatcher.DomainMatcher.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) ServerNameMatcher.DomainMatcher.Builder.mergeFrom(com.google.protobuf.Message other) ServerNameMatcher.DomainMatcher.Builder.mergeOnMatch(Matcher.OnMatch value) Match action to apply when the server name matches any of the domain names in the matcher.ServerNameMatcher.DomainMatcher.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) ServerNameMatcher.DomainMatcher.newBuilder()ServerNameMatcher.DomainMatcher.newBuilder(ServerNameMatcher.DomainMatcher prototype) ServerNameMatcher.DomainMatcher.newBuilderForType()protected ServerNameMatcher.DomainMatcher.BuilderServerNameMatcher.DomainMatcher.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) ServerNameMatcher.DomainMatcher.Builder.setDomains(int index, String value) A non-empty set of domain names with optional wildcards, e.g.ServerNameMatcher.DomainMatcher.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) ServerNameMatcher.DomainMatcher.Builder.setOnMatch(Matcher.OnMatch value) Match action to apply when the server name matches any of the domain names in the matcher.ServerNameMatcher.DomainMatcher.Builder.setOnMatch(Matcher.OnMatch.Builder builderForValue) Match action to apply when the server name matches any of the domain names in the matcher.ServerNameMatcher.DomainMatcher.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) ServerNameMatcher.DomainMatcher.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) ServerNameMatcher.DomainMatcher.toBuilder()Methods in com.github.xds.type.matcher.v3 that return types with arguments of type ServerNameMatcher.DomainMatcher.BuilderModifier and TypeMethodDescriptionServerNameMatcher.Builder.getDomainMatchersBuilderList()Match a server name by multiple domain matchers.Methods in com.github.xds.type.matcher.v3 with parameters of type ServerNameMatcher.DomainMatcher.BuilderModifier and TypeMethodDescriptionServerNameMatcher.Builder.addDomainMatchers(int index, ServerNameMatcher.DomainMatcher.Builder builderForValue) Match a server name by multiple domain matchers.ServerNameMatcher.Builder.addDomainMatchers(ServerNameMatcher.DomainMatcher.Builder builderForValue) Match a server name by multiple domain matchers.ServerNameMatcher.Builder.setDomainMatchers(int index, ServerNameMatcher.DomainMatcher.Builder builderForValue) Match a server name by multiple domain matchers.