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 RegexMatchAndSubstituteOrBuilderRouteAction.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.RegexMatchAndSubstituteOrBuilderRouteAction. 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.RegexMatchAndSubstituteOrBuilderRouteActionOrBuilder. 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.RegexMatchAndSubstituteOrBuilderRedirectAction.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.RegexMatchAndSubstituteOrBuilderRedirectAction. 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.RegexMatchAndSubstituteOrBuilderRedirectActionOrBuilder. 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.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.RegexMatchAndSubstituteOrBuilderRouteAction.HashPolicy.Header.Builder. getRegexRewriteOrBuilder()If specified, the request header value will be rewritten and used to produce the hash key.RegexMatchAndSubstituteOrBuilderRouteAction.HashPolicy.Header. getRegexRewriteOrBuilder()If specified, the request header value will be rewritten and used to produce the hash key.RegexMatchAndSubstituteOrBuilderRouteAction.HashPolicy.HeaderOrBuilder. getRegexRewriteOrBuilder()If specified, the request header value will be rewritten and used to produce the hash key.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.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 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.
-