| Package | Description |
|---|---|
| io.envoyproxy.envoy.config.route.v4alpha | |
| io.envoyproxy.envoy.type.matcher.v4alpha |
| Modifier and Type | Method and Description |
|---|---|
RegexMatcherOrBuilder |
HeaderMatcherOrBuilder.getSafeRegexMatchOrBuilder()
If specified, this regex string is a regular expression rule which implies the entire request
header value must match the regex.
|
RegexMatcherOrBuilder |
HeaderMatcher.getSafeRegexMatchOrBuilder()
If specified, this regex string is a regular expression rule which implies the entire request
header value must match the regex.
|
RegexMatcherOrBuilder |
HeaderMatcher.Builder.getSafeRegexMatchOrBuilder()
If specified, this regex string is a regular expression rule which implies the entire request
header value must match the regex.
|
RegexMatcherOrBuilder |
RouteMatch.getSafeRegexOrBuilder()
If specified, the route is a regular expression rule meaning that the
regex must match the *:path* header once the query string is removed.
|
RegexMatcherOrBuilder |
RouteMatch.Builder.getSafeRegexOrBuilder()
If specified, the route is a regular expression rule meaning that the
regex must match the *:path* header once the query string is removed.
|
RegexMatcherOrBuilder |
RouteMatchOrBuilder.getSafeRegexOrBuilder()
If specified, the route is a regular expression rule meaning that the
regex must match the *:path* header once the query string is removed.
|
| Modifier and Type | Method and Description |
|---|---|
RegexMatcherOrBuilder |
RegexMatchAndSubstituteOrBuilder.getPatternOrBuilder()
The regular expression used to find portions of a string (hereafter called
the "subject string") that should be replaced.
|
RegexMatcherOrBuilder |
RegexMatchAndSubstitute.getPatternOrBuilder()
The regular expression used to find portions of a string (hereafter called
the "subject string") that should be replaced.
|
RegexMatcherOrBuilder |
RegexMatchAndSubstitute.Builder.getPatternOrBuilder()
The regular expression used to find portions of a string (hereafter called
the "subject string") that should be replaced.
|
RegexMatcherOrBuilder |
StringMatcherOrBuilder.getSafeRegexOrBuilder()
The input string must match the regular expression specified here.
|
RegexMatcherOrBuilder |
StringMatcher.getSafeRegexOrBuilder()
The input string must match the regular expression specified here.
|
RegexMatcherOrBuilder |
StringMatcher.Builder.getSafeRegexOrBuilder()
The input string must match the regular expression specified here.
|
Copyright © 2018–2021 The Envoy Project. All rights reserved.