Uses of Interface
io.envoyproxy.envoy.type.matcher.v3.RegexMatcherOrBuilder
-
Packages that use RegexMatcherOrBuilder Package Description io.envoyproxy.envoy.config.common.mutation_rules.v3 io.envoyproxy.envoy.config.route.v3 io.envoyproxy.envoy.type.matcher.v3 -
-
Uses of RegexMatcherOrBuilder in io.envoyproxy.envoy.config.common.mutation_rules.v3
Methods in io.envoyproxy.envoy.config.common.mutation_rules.v3 that return RegexMatcherOrBuilder Modifier and Type Method Description RegexMatcherOrBuilderHeaderMutationRules.Builder. getAllowExpressionOrBuilder()If set, specifically allow any header that matches this regular expression.RegexMatcherOrBuilderHeaderMutationRules. getAllowExpressionOrBuilder()If set, specifically allow any header that matches this regular expression.RegexMatcherOrBuilderHeaderMutationRulesOrBuilder. getAllowExpressionOrBuilder()If set, specifically allow any header that matches this regular expression.RegexMatcherOrBuilderHeaderMutationRules.Builder. getDisallowExpressionOrBuilder()If set, specifically disallow any header that matches this regular expression regardless of any other settings.RegexMatcherOrBuilderHeaderMutationRules. getDisallowExpressionOrBuilder()If set, specifically disallow any header that matches this regular expression regardless of any other settings.RegexMatcherOrBuilderHeaderMutationRulesOrBuilder. getDisallowExpressionOrBuilder()If set, specifically disallow any header that matches this regular expression regardless of any other settings. -
Uses of RegexMatcherOrBuilder in io.envoyproxy.envoy.config.route.v3
Methods in io.envoyproxy.envoy.config.route.v3 that return RegexMatcherOrBuilder Modifier and Type Method Description RegexMatcherOrBuilderHeaderMatcher.Builder. getSafeRegexMatchOrBuilder()Deprecated.RegexMatcherOrBuilderHeaderMatcher. getSafeRegexMatchOrBuilder()Deprecated.RegexMatcherOrBuilderHeaderMatcherOrBuilder. getSafeRegexMatchOrBuilder()Deprecated.RegexMatcherOrBuilderRouteMatch.Builder. getSafeRegexOrBuilder()If specified, the route is a regular expression rule meaning that the regex must match the ``:path`` header once the query string is removed.RegexMatcherOrBuilderRouteMatch. getSafeRegexOrBuilder()If specified, the route is a regular expression rule meaning that the regex must match the ``:path`` header once the query string is removed.RegexMatcherOrBuilderRouteMatchOrBuilder. getSafeRegexOrBuilder()If specified, the route is a regular expression rule meaning that the regex must match the ``:path`` header once the query string is removed. -
Uses of RegexMatcherOrBuilder in io.envoyproxy.envoy.type.matcher.v3
Classes in io.envoyproxy.envoy.type.matcher.v3 that implement RegexMatcherOrBuilder Modifier and Type Class Description classRegexMatcherA regex matcher designed for safety when used with untrusted input.static classRegexMatcher.BuilderA regex matcher designed for safety when used with untrusted input.Methods in io.envoyproxy.envoy.type.matcher.v3 that return RegexMatcherOrBuilder Modifier and Type Method Description RegexMatcherOrBuilderRegexMatchAndSubstitute.Builder. getPatternOrBuilder()The regular expression used to find portions of a string (hereafter called the "subject string") that should be replaced.RegexMatcherOrBuilderRegexMatchAndSubstitute. getPatternOrBuilder()The regular expression used to find portions of a string (hereafter called the "subject string") that should be replaced.RegexMatcherOrBuilderRegexMatchAndSubstituteOrBuilder. getPatternOrBuilder()The regular expression used to find portions of a string (hereafter called the "subject string") that should be replaced.RegexMatcherOrBuilderStringMatcher.Builder. getSafeRegexOrBuilder()The input string must match the regular expression specified here.RegexMatcherOrBuilderStringMatcher. getSafeRegexOrBuilder()The input string must match the regular expression specified here.RegexMatcherOrBuilderStringMatcherOrBuilder. getSafeRegexOrBuilder()The input string must match the regular expression specified here.
-