Uses of Interface
io.envoyproxy.envoy.type.matcher.RegexMatchAndSubstituteOrBuilder
-
Packages that use RegexMatchAndSubstituteOrBuilder Package Description io.envoyproxy.envoy.api.v2.route io.envoyproxy.envoy.type.matcher -
-
Uses of RegexMatchAndSubstituteOrBuilder in io.envoyproxy.envoy.api.v2.route
Methods in io.envoyproxy.envoy.api.v2.route that return RegexMatchAndSubstituteOrBuilder Modifier and Type Method Description RegexMatchAndSubstituteOrBuilderRouteAction.Builder. getRegexRewriteOrBuilder()Indicates that during forwarding, portions of the path that match the pattern should be rewritten, even allowing the substitution of capture groups from the pattern into the new path as specified by the rewrite substitution string.RegexMatchAndSubstituteOrBuilderRouteAction. getRegexRewriteOrBuilder()Indicates that during forwarding, portions of the path that match the pattern should be rewritten, even allowing the substitution of capture groups from the pattern into the new path as specified by the rewrite substitution string.RegexMatchAndSubstituteOrBuilderRouteActionOrBuilder. getRegexRewriteOrBuilder()Indicates that during forwarding, portions of the path that match the pattern should be rewritten, even allowing the substitution of capture groups from the pattern into the new path as specified by the rewrite substitution string. -
Uses of RegexMatchAndSubstituteOrBuilder in io.envoyproxy.envoy.type.matcher
Classes in io.envoyproxy.envoy.type.matcher that implement RegexMatchAndSubstituteOrBuilder Modifier and Type Class Description classRegexMatchAndSubstituteDescribes how to match a string and then produce a new string using a regular expression and a substitution string.static classRegexMatchAndSubstitute.BuilderDescribes how to match a string and then produce a new string using a regular expression and a substitution string.
-