Uses of Interface
com.github.xds.type.matcher.v3.Matcher.OnMatchOrBuilder
Packages that use Matcher.OnMatchOrBuilder
-
Uses of Matcher.OnMatchOrBuilder in com.github.xds.type.matcher.v3
Classes in com.github.xds.type.matcher.v3 that implement Matcher.OnMatchOrBuilderModifier and TypeClassDescriptionstatic final classWhat to do if a match is successful.static final classWhat to do if a match is successful.Methods in com.github.xds.type.matcher.v3 that return Matcher.OnMatchOrBuilderModifier and TypeMethodDescriptionDoubleRangeMatcher.RangeMatcher.Builder.getOnMatchOrBuilder()Match action to apply when the input number is within one of the ranges.DoubleRangeMatcher.RangeMatcher.getOnMatchOrBuilder()Match action to apply when the input number is within one of the ranges.DoubleRangeMatcher.RangeMatcherOrBuilder.getOnMatchOrBuilder()Match action to apply when the input number is within one of the ranges.Int32RangeMatcher.RangeMatcher.Builder.getOnMatchOrBuilder()Match action to apply when the input number is within one of the ranges.Int32RangeMatcher.RangeMatcher.getOnMatchOrBuilder()Match action to apply when the input number is within one of the ranges.Int32RangeMatcher.RangeMatcherOrBuilder.getOnMatchOrBuilder()Match action to apply when the input number is within one of the ranges.Int64RangeMatcher.RangeMatcher.Builder.getOnMatchOrBuilder()Match action to apply when the input number is within one of the ranges.Int64RangeMatcher.RangeMatcher.getOnMatchOrBuilder()Match action to apply when the input number is within one of the ranges.Int64RangeMatcher.RangeMatcherOrBuilder.getOnMatchOrBuilder()Match action to apply when the input number is within one of the ranges.IPMatcher.IPRangeMatcher.Builder.getOnMatchOrBuilder()Match action to apply when the IP address is within one of the CIDR ranges.IPMatcher.IPRangeMatcher.getOnMatchOrBuilder()Match action to apply when the IP address is within one of the CIDR ranges.IPMatcher.IPRangeMatcherOrBuilder.getOnMatchOrBuilder()Match action to apply when the IP address is within one of the CIDR ranges.Matcher.MatcherList.FieldMatcher.Builder.getOnMatchOrBuilder()What to do if the match succeeds.Matcher.MatcherList.FieldMatcher.getOnMatchOrBuilder()What to do if the match succeeds.Matcher.MatcherList.FieldMatcherOrBuilder.getOnMatchOrBuilder()What to do if the match succeeds.ServerNameMatcher.DomainMatcher.Builder.getOnMatchOrBuilder()Match action to apply when the server name matches any of the domain names in the matcher.ServerNameMatcher.DomainMatcher.getOnMatchOrBuilder()Match action to apply when the server name matches any of the domain names in the matcher.ServerNameMatcher.DomainMatcherOrBuilder.getOnMatchOrBuilder()Match action to apply when the server name matches any of the domain names in the matcher.Matcher.Builder.getOnNoMatchOrBuilder()Optional OnMatch to use if no matcher above matched (e.g., if there are no matchers specified above, or if none of the matches specified above succeeded).Matcher.getOnNoMatchOrBuilder()Optional OnMatch to use if no matcher above matched (e.g., if there are no matchers specified above, or if none of the matches specified above succeeded).MatcherOrBuilder.getOnNoMatchOrBuilder()Optional OnMatch to use if no matcher above matched (e.g., if there are no matchers specified above, or if none of the matches specified above succeeded).