Uses of Class
com.github.xds.type.matcher.v3.ServerNameMatcher.DomainMatcher
Packages that use ServerNameMatcher.DomainMatcher
-
Uses of ServerNameMatcher.DomainMatcher in com.github.xds.type.matcher.v3
Methods in com.github.xds.type.matcher.v3 that return ServerNameMatcher.DomainMatcherModifier and TypeMethodDescriptionServerNameMatcher.DomainMatcher.Builder.build()ServerNameMatcher.DomainMatcher.Builder.buildPartial()ServerNameMatcher.DomainMatcher.getDefaultInstance()ServerNameMatcher.DomainMatcher.Builder.getDefaultInstanceForType()ServerNameMatcher.DomainMatcher.getDefaultInstanceForType()ServerNameMatcher.Builder.getDomainMatchers(int index) Match a server name by multiple domain matchers.ServerNameMatcher.getDomainMatchers(int index) Match a server name by multiple domain matchers.ServerNameMatcherOrBuilder.getDomainMatchers(int index) Match a server name by multiple domain matchers.ServerNameMatcher.DomainMatcher.parseDelimitedFrom(InputStream input) ServerNameMatcher.DomainMatcher.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) ServerNameMatcher.DomainMatcher.parseFrom(byte[] data) ServerNameMatcher.DomainMatcher.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) ServerNameMatcher.DomainMatcher.parseFrom(com.google.protobuf.ByteString data) ServerNameMatcher.DomainMatcher.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) ServerNameMatcher.DomainMatcher.parseFrom(com.google.protobuf.CodedInputStream input) ServerNameMatcher.DomainMatcher.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) ServerNameMatcher.DomainMatcher.parseFrom(InputStream input) ServerNameMatcher.DomainMatcher.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) ServerNameMatcher.DomainMatcher.parseFrom(ByteBuffer data) ServerNameMatcher.DomainMatcher.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in com.github.xds.type.matcher.v3 that return types with arguments of type ServerNameMatcher.DomainMatcherModifier and TypeMethodDescriptionServerNameMatcher.Builder.getDomainMatchersList()Match a server name by multiple domain matchers.ServerNameMatcher.getDomainMatchersList()Match a server name by multiple domain matchers.ServerNameMatcherOrBuilder.getDomainMatchersList()Match a server name by multiple domain matchers.com.google.protobuf.Parser<ServerNameMatcher.DomainMatcher>ServerNameMatcher.DomainMatcher.getParserForType()static com.google.protobuf.Parser<ServerNameMatcher.DomainMatcher>ServerNameMatcher.DomainMatcher.parser()Methods in com.github.xds.type.matcher.v3 with parameters of type ServerNameMatcher.DomainMatcherModifier and TypeMethodDescriptionServerNameMatcher.Builder.addDomainMatchers(int index, ServerNameMatcher.DomainMatcher value) Match a server name by multiple domain matchers.ServerNameMatcher.Builder.addDomainMatchers(ServerNameMatcher.DomainMatcher value) Match a server name by multiple domain matchers.ServerNameMatcher.DomainMatcher.Builder.mergeFrom(ServerNameMatcher.DomainMatcher other) ServerNameMatcher.DomainMatcher.newBuilder(ServerNameMatcher.DomainMatcher prototype) ServerNameMatcher.Builder.setDomainMatchers(int index, ServerNameMatcher.DomainMatcher value) Match a server name by multiple domain matchers.Method parameters in com.github.xds.type.matcher.v3 with type arguments of type ServerNameMatcher.DomainMatcherModifier and TypeMethodDescriptionServerNameMatcher.Builder.addAllDomainMatchers(Iterable<? extends ServerNameMatcher.DomainMatcher> values) Match a server name by multiple domain matchers.