Uses of Interface
com.github.xds.type.matcher.v3.ServerNameMatcher.DomainMatcherOrBuilder
-
Packages that use ServerNameMatcher.DomainMatcherOrBuilder Package Description com.github.xds.type.matcher.v3 -
-
Uses of ServerNameMatcher.DomainMatcherOrBuilder in com.github.xds.type.matcher.v3
Classes in com.github.xds.type.matcher.v3 that implement ServerNameMatcher.DomainMatcherOrBuilder Modifier and Type Class Description static classServerNameMatcher.DomainMatcherSpecifies a set of exact and wildcard domains and a match action.static classServerNameMatcher.DomainMatcher.BuilderSpecifies a set of exact and wildcard domains and a match action.Methods in com.github.xds.type.matcher.v3 that return ServerNameMatcher.DomainMatcherOrBuilder Modifier and Type Method Description ServerNameMatcher.DomainMatcherOrBuilderServerNameMatcher.Builder. getDomainMatchersOrBuilder(int index)Match a server name by multiple domain matchers.ServerNameMatcher.DomainMatcherOrBuilderServerNameMatcher. getDomainMatchersOrBuilder(int index)Match a server name by multiple domain matchers.ServerNameMatcher.DomainMatcherOrBuilderServerNameMatcherOrBuilder. getDomainMatchersOrBuilder(int index)Match a server name by multiple domain matchers.Methods in com.github.xds.type.matcher.v3 that return types with arguments of type ServerNameMatcher.DomainMatcherOrBuilder Modifier and Type Method Description List<? extends ServerNameMatcher.DomainMatcherOrBuilder>ServerNameMatcher.Builder. getDomainMatchersOrBuilderList()Match a server name by multiple domain matchers.List<? extends ServerNameMatcher.DomainMatcherOrBuilder>ServerNameMatcher. getDomainMatchersOrBuilderList()Match a server name by multiple domain matchers.List<? extends ServerNameMatcher.DomainMatcherOrBuilder>ServerNameMatcherOrBuilder. getDomainMatchersOrBuilderList()Match a server name by multiple domain matchers.
-