Uses of Interface
io.envoyproxy.envoy.type.matcher.RegexMatchAndSubstituteOrBuilder
Packages that use RegexMatchAndSubstituteOrBuilder
-
Uses of RegexMatchAndSubstituteOrBuilder in io.envoyproxy.envoy.api.v2.route
Methods in io.envoyproxy.envoy.api.v2.route that return RegexMatchAndSubstituteOrBuilderModifier and TypeMethodDescriptionRouteAction.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.RouteAction.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.RouteActionOrBuilder.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 RegexMatchAndSubstituteOrBuilderModifier and TypeClassDescriptionfinal classDescribes how to match a string and then produce a new string using a regular expression and a substitution string.static final classDescribes how to match a string and then produce a new string using a regular expression and a substitution string.