| Package | Description |
|---|---|
| io.envoyproxy.envoy.api.v2.route | |
| io.envoyproxy.envoy.type.matcher |
| Modifier and Type | Method and Description |
|---|---|
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.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 |
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.
|
| Modifier and Type | Class and 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.
|
Copyright © 2018–2021 The Envoy Project. All rights reserved.