Uses of Interface
io.envoyproxy.envoy.type.matcher.v3.RegexMatchAndSubstituteOrBuilder
-
Packages that use RegexMatchAndSubstituteOrBuilder Package Description io.envoyproxy.envoy.config.route.v3 io.envoyproxy.envoy.type.matcher.v3 -
-
Uses of RegexMatchAndSubstituteOrBuilder in io.envoyproxy.envoy.config.route.v3
Fields in io.envoyproxy.envoy.config.route.v3 with type parameters of type RegexMatchAndSubstituteOrBuilder Modifier and Type Field Description private com.google.protobuf.SingleFieldBuilder<RegexMatchAndSubstitute,RegexMatchAndSubstitute.Builder,RegexMatchAndSubstituteOrBuilder>
RouteAction.Builder. hostRewritePathRegexBuilder_
private com.google.protobuf.SingleFieldBuilder<RegexMatchAndSubstitute,RegexMatchAndSubstitute.Builder,RegexMatchAndSubstituteOrBuilder>
RedirectAction.Builder. regexRewriteBuilder_
private com.google.protobuf.SingleFieldBuilder<RegexMatchAndSubstitute,RegexMatchAndSubstitute.Builder,RegexMatchAndSubstituteOrBuilder>
RouteAction.Builder. regexRewriteBuilder_
private com.google.protobuf.SingleFieldBuilder<RegexMatchAndSubstitute,RegexMatchAndSubstitute.Builder,RegexMatchAndSubstituteOrBuilder>
RouteAction.HashPolicy.Header.Builder. regexRewriteBuilder_
Methods in io.envoyproxy.envoy.config.route.v3 that return RegexMatchAndSubstituteOrBuilder Modifier and Type Method Description RegexMatchAndSubstituteOrBuilder
RouteAction.Builder. getHostRewritePathRegexOrBuilder()
Indicates that during forwarding, the host header will be swapped with the result of the regex substitution executed on path value with query and fragment removed.RegexMatchAndSubstituteOrBuilder
RouteAction. getHostRewritePathRegexOrBuilder()
Indicates that during forwarding, the host header will be swapped with the result of the regex substitution executed on path value with query and fragment removed.RegexMatchAndSubstituteOrBuilder
RouteActionOrBuilder. getHostRewritePathRegexOrBuilder()
Indicates that during forwarding, the host header will be swapped with the result of the regex substitution executed on path value with query and fragment removed.RegexMatchAndSubstituteOrBuilder
RedirectAction.Builder. getRegexRewriteOrBuilder()
Indicates that during redirect, 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.RegexMatchAndSubstituteOrBuilder
RedirectAction. getRegexRewriteOrBuilder()
Indicates that during redirect, 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.RegexMatchAndSubstituteOrBuilder
RedirectActionOrBuilder. getRegexRewriteOrBuilder()
Indicates that during redirect, 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.RegexMatchAndSubstituteOrBuilder
RouteAction.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.RegexMatchAndSubstituteOrBuilder
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.RegexMatchAndSubstituteOrBuilder
RouteAction.HashPolicy.Header.Builder. getRegexRewriteOrBuilder()
If specified, the request header value will be rewritten and used to produce the hash key.RegexMatchAndSubstituteOrBuilder
RouteAction.HashPolicy.Header. getRegexRewriteOrBuilder()
If specified, the request header value will be rewritten and used to produce the hash key.RegexMatchAndSubstituteOrBuilder
RouteAction.HashPolicy.HeaderOrBuilder. getRegexRewriteOrBuilder()
If specified, the request header value will be rewritten and used to produce the hash key.RegexMatchAndSubstituteOrBuilder
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.Methods in io.envoyproxy.envoy.config.route.v3 that return types with arguments of type RegexMatchAndSubstituteOrBuilder Modifier and Type Method Description private com.google.protobuf.SingleFieldBuilder<RegexMatchAndSubstitute,RegexMatchAndSubstitute.Builder,RegexMatchAndSubstituteOrBuilder>
RouteAction.Builder. getHostRewritePathRegexFieldBuilder()
Indicates that during forwarding, the host header will be swapped with the result of the regex substitution executed on path value with query and fragment removed.private com.google.protobuf.SingleFieldBuilder<RegexMatchAndSubstitute,RegexMatchAndSubstitute.Builder,RegexMatchAndSubstituteOrBuilder>
RedirectAction.Builder. getRegexRewriteFieldBuilder()
Indicates that during redirect, 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.private com.google.protobuf.SingleFieldBuilder<RegexMatchAndSubstitute,RegexMatchAndSubstitute.Builder,RegexMatchAndSubstituteOrBuilder>
RouteAction.Builder. getRegexRewriteFieldBuilder()
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.private com.google.protobuf.SingleFieldBuilder<RegexMatchAndSubstitute,RegexMatchAndSubstitute.Builder,RegexMatchAndSubstituteOrBuilder>
RouteAction.HashPolicy.Header.Builder. getRegexRewriteFieldBuilder()
If specified, the request header value will be rewritten and used to produce the hash key. -
Uses of RegexMatchAndSubstituteOrBuilder in io.envoyproxy.envoy.type.matcher.v3
Classes in io.envoyproxy.envoy.type.matcher.v3 that implement RegexMatchAndSubstituteOrBuilder Modifier and Type Class Description class
RegexMatchAndSubstitute
Describes how to match a string and then produce a new string using a regular expression and a substitution string.static class
RegexMatchAndSubstitute.Builder
Describes how to match a string and then produce a new string using a regular expression and a substitution string.
-