Uses of Class
com.github.xds.core.v3.TypedExtensionConfig
Packages that use TypedExtensionConfig
Package
Description
-
Uses of TypedExtensionConfig in com.github.xds.core.v3
Methods in com.github.xds.core.v3 that return TypedExtensionConfigModifier and TypeMethodDescriptionTypedExtensionConfig.Builder.build()TypedExtensionConfig.Builder.buildPartial()static TypedExtensionConfigTypedExtensionConfig.getDefaultInstance()TypedExtensionConfig.Builder.getDefaultInstanceForType()TypedExtensionConfig.getDefaultInstanceForType()static TypedExtensionConfigTypedExtensionConfig.parseDelimitedFrom(InputStream input) static TypedExtensionConfigTypedExtensionConfig.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static TypedExtensionConfigTypedExtensionConfig.parseFrom(byte[] data) static TypedExtensionConfigTypedExtensionConfig.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static TypedExtensionConfigTypedExtensionConfig.parseFrom(com.google.protobuf.ByteString data) static TypedExtensionConfigTypedExtensionConfig.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static TypedExtensionConfigTypedExtensionConfig.parseFrom(com.google.protobuf.CodedInputStream input) static TypedExtensionConfigTypedExtensionConfig.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static TypedExtensionConfigTypedExtensionConfig.parseFrom(InputStream input) static TypedExtensionConfigTypedExtensionConfig.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static TypedExtensionConfigTypedExtensionConfig.parseFrom(ByteBuffer data) static TypedExtensionConfigTypedExtensionConfig.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in com.github.xds.core.v3 that return types with arguments of type TypedExtensionConfigModifier and TypeMethodDescriptioncom.google.protobuf.Parser<TypedExtensionConfig> TypedExtensionConfig.getParserForType()static com.google.protobuf.Parser<TypedExtensionConfig> TypedExtensionConfig.parser()Methods in com.github.xds.core.v3 with parameters of type TypedExtensionConfigModifier and TypeMethodDescriptionTypedExtensionConfig.Builder.mergeFrom(TypedExtensionConfig other) static TypedExtensionConfig.BuilderTypedExtensionConfig.newBuilder(TypedExtensionConfig prototype) -
Uses of TypedExtensionConfig in com.github.xds.type.matcher.v3
Methods in com.github.xds.type.matcher.v3 that return TypedExtensionConfigModifier and TypeMethodDescriptionMatcher.OnMatch.Builder.getAction()Protocol-specific action to take.Matcher.OnMatch.getAction()Protocol-specific action to take.Matcher.OnMatchOrBuilder.getAction()Protocol-specific action to take.StringMatcher.Builder.getCustom()Use an extension as the matcher type.StringMatcher.getCustom()Use an extension as the matcher type.StringMatcherOrBuilder.getCustom()Use an extension as the matcher type.Matcher.MatcherList.Predicate.SinglePredicate.Builder.getCustomMatch()Extension for custom matching logic.Matcher.MatcherList.Predicate.SinglePredicate.getCustomMatch()Extension for custom matching logic.Matcher.MatcherList.Predicate.SinglePredicateOrBuilder.getCustomMatch()Extension for custom matching logic.Matcher.MatcherTree.Builder.getCustomMatch()Extension for custom matching logic.Matcher.MatcherTree.getCustomMatch()Extension for custom matching logic.Matcher.MatcherTreeOrBuilder.getCustomMatch()Extension for custom matching logic.Matcher.MatcherList.Predicate.SinglePredicate.Builder.getInput()Protocol-specific specification of input field to match on.Matcher.MatcherList.Predicate.SinglePredicate.getInput()Protocol-specific specification of input field to match on.Matcher.MatcherList.Predicate.SinglePredicateOrBuilder.getInput()Protocol-specific specification of input field to match on.Matcher.MatcherTree.Builder.getInput()Protocol-specific specification of input field to match on.Matcher.MatcherTree.getInput()Protocol-specific specification of input field to match on.Matcher.MatcherTreeOrBuilder.getInput()Protocol-specific specification of input field to match on.Methods in com.github.xds.type.matcher.v3 with parameters of type TypedExtensionConfigModifier and TypeMethodDescriptionMatcher.OnMatch.Builder.mergeAction(TypedExtensionConfig value) Protocol-specific action to take.StringMatcher.Builder.mergeCustom(TypedExtensionConfig value) Use an extension as the matcher type.Matcher.MatcherList.Predicate.SinglePredicate.Builder.mergeCustomMatch(TypedExtensionConfig value) Extension for custom matching logic.Matcher.MatcherTree.Builder.mergeCustomMatch(TypedExtensionConfig value) Extension for custom matching logic.Matcher.MatcherList.Predicate.SinglePredicate.Builder.mergeInput(TypedExtensionConfig value) Protocol-specific specification of input field to match on.Matcher.MatcherTree.Builder.mergeInput(TypedExtensionConfig value) Protocol-specific specification of input field to match on.Matcher.OnMatch.Builder.setAction(TypedExtensionConfig value) Protocol-specific action to take.StringMatcher.Builder.setCustom(TypedExtensionConfig value) Use an extension as the matcher type.Matcher.MatcherList.Predicate.SinglePredicate.Builder.setCustomMatch(TypedExtensionConfig value) Extension for custom matching logic.Matcher.MatcherTree.Builder.setCustomMatch(TypedExtensionConfig value) Extension for custom matching logic.Matcher.MatcherList.Predicate.SinglePredicate.Builder.setInput(TypedExtensionConfig value) Protocol-specific specification of input field to match on.Matcher.MatcherTree.Builder.setInput(TypedExtensionConfig value) Protocol-specific specification of input field to match on. -
Uses of TypedExtensionConfig in io.envoyproxy.envoy.type.matcher.v3
Methods in io.envoyproxy.envoy.type.matcher.v3 that return TypedExtensionConfigModifier and TypeMethodDescriptionStringMatcher.Builder.getCustom()Use an extension as the matcher type.StringMatcher.getCustom()Use an extension as the matcher type.StringMatcherOrBuilder.getCustom()Use an extension as the matcher type.Methods in io.envoyproxy.envoy.type.matcher.v3 with parameters of type TypedExtensionConfigModifier and TypeMethodDescriptionStringMatcher.Builder.mergeCustom(TypedExtensionConfig value) Use an extension as the matcher type.StringMatcher.Builder.setCustom(TypedExtensionConfig value) Use an extension as the matcher type.