Uses of Interface
io.envoyproxy.envoy.type.matcher.v3.RegexMatchAndSubstituteOrBuilder
-
-
Uses of RegexMatchAndSubstituteOrBuilder in io.envoyproxy.envoy.config.route.v3
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. -
Uses of RegexMatchAndSubstituteOrBuilder in io.envoyproxy.envoy.extensions.filters.http.header_to_metadata.v3
Methods in io.envoyproxy.envoy.extensions.filters.http.header_to_metadata.v3 that return RegexMatchAndSubstituteOrBuilder Modifier and Type Method Description RegexMatchAndSubstituteOrBuilderConfig.KeyValuePair.Builder. getRegexValueRewriteOrBuilder()If present, the header's value will be matched and substituted with this.RegexMatchAndSubstituteOrBuilderConfig.KeyValuePair. getRegexValueRewriteOrBuilder()If present, the header's value will be matched and substituted with this.RegexMatchAndSubstituteOrBuilderConfig.KeyValuePairOrBuilder. getRegexValueRewriteOrBuilder()If present, the header's value will be matched and substituted with this. -
Uses of RegexMatchAndSubstituteOrBuilder in io.envoyproxy.envoy.extensions.filters.network.thrift_proxy.filters.header_to_metadata.v3
Methods in io.envoyproxy.envoy.extensions.filters.network.thrift_proxy.filters.header_to_metadata.v3 that return RegexMatchAndSubstituteOrBuilder Modifier and Type Method Description RegexMatchAndSubstituteOrBuilderHeaderToMetadata.KeyValuePair.Builder. getRegexValueRewriteOrBuilder()If present, the header's value will be matched and substituted with this.RegexMatchAndSubstituteOrBuilderHeaderToMetadata.KeyValuePair. getRegexValueRewriteOrBuilder()If present, the header's value will be matched and substituted with this.RegexMatchAndSubstituteOrBuilderHeaderToMetadata.KeyValuePairOrBuilder. getRegexValueRewriteOrBuilder()If present, the header's value will be matched and substituted with this. -
Uses of RegexMatchAndSubstituteOrBuilder in io.envoyproxy.envoy.extensions.filters.network.thrift_proxy.filters.payload_to_metadata.v3
Methods in io.envoyproxy.envoy.extensions.filters.network.thrift_proxy.filters.payload_to_metadata.v3 that return RegexMatchAndSubstituteOrBuilder Modifier and Type Method Description RegexMatchAndSubstituteOrBuilderPayloadToMetadata.KeyValuePair.Builder. getRegexValueRewriteOrBuilder()If present, the header's value will be matched and substituted with this.RegexMatchAndSubstituteOrBuilderPayloadToMetadata.KeyValuePair. getRegexValueRewriteOrBuilder()If present, the header's value will be matched and substituted with this.RegexMatchAndSubstituteOrBuilderPayloadToMetadata.KeyValuePairOrBuilder. getRegexValueRewriteOrBuilder()If present, the header's value will be matched and substituted with this. -
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.
-