Uses of Interface
io.envoyproxy.envoy.type.matcher.v3.RegexMatchAndSubstituteOrBuilder
Packages that use RegexMatchAndSubstituteOrBuilder
-
Uses of RegexMatchAndSubstituteOrBuilder in io.envoyproxy.envoy.config.route.v3
Fields in io.envoyproxy.envoy.config.route.v3 with type parameters of type RegexMatchAndSubstituteOrBuilderModifier and TypeFieldDescriptionprivate 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 RegexMatchAndSubstituteOrBuilderModifier and TypeMethodDescriptionRouteAction.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.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.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.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.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.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.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.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.RouteAction.HashPolicy.Header.Builder.getRegexRewriteOrBuilder()
If specified, the request header value will be rewritten and used to produce the hash key.RouteAction.HashPolicy.Header.getRegexRewriteOrBuilder()
If specified, the request header value will be rewritten and used to produce the hash key.RouteAction.HashPolicy.HeaderOrBuilder.getRegexRewriteOrBuilder()
If specified, the request header value will be rewritten and used to produce the hash key.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 RegexMatchAndSubstituteOrBuilderModifier and TypeMethodDescriptionprivate com.google.protobuf.SingleFieldBuilder
<RegexMatchAndSubstitute, RegexMatchAndSubstitute.Builder, RegexMatchAndSubstituteOrBuilder> RouteAction.Builder.internalGetHostRewritePathRegexFieldBuilder()
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.internalGetRegexRewriteFieldBuilder()
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.internalGetRegexRewriteFieldBuilder()
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.internalGetRegexRewriteFieldBuilder()
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 RegexMatchAndSubstituteOrBuilderModifier and TypeClassDescriptionfinal class
Describes how to match a string and then produce a new string using a regular expression and a substitution string.static final class
Describes how to match a string and then produce a new string using a regular expression and a substitution string.