| Package | Description |
|---|---|
| io.envoyproxy.envoy.api.v2.route | |
| io.envoyproxy.envoy.type.matcher |
| Modifier and Type | Method and Description |
|---|---|
RegexMatcher |
RouteMatch.getSafeRegex()
If specified, the route is a regular expression rule meaning that the
regex must match the *:path* header once the query string is removed.
|
RegexMatcher |
RouteMatch.Builder.getSafeRegex()
If specified, the route is a regular expression rule meaning that the
regex must match the *:path* header once the query string is removed.
|
RegexMatcher |
RouteMatchOrBuilder.getSafeRegex()
If specified, the route is a regular expression rule meaning that the
regex must match the *:path* header once the query string is removed.
|
RegexMatcher |
HeaderMatcherOrBuilder.getSafeRegexMatch()
If specified, this regex string is a regular expression rule which implies the entire request
header value must match the regex.
|
RegexMatcher |
HeaderMatcher.getSafeRegexMatch()
If specified, this regex string is a regular expression rule which implies the entire request
header value must match the regex.
|
RegexMatcher |
HeaderMatcher.Builder.getSafeRegexMatch()
If specified, this regex string is a regular expression rule which implies the entire request
header value must match the regex.
|
| Modifier and Type | Method and Description |
|---|---|
RouteMatch.Builder |
RouteMatch.Builder.mergeSafeRegex(RegexMatcher value)
If specified, the route is a regular expression rule meaning that the
regex must match the *:path* header once the query string is removed.
|
HeaderMatcher.Builder |
HeaderMatcher.Builder.mergeSafeRegexMatch(RegexMatcher value)
If specified, this regex string is a regular expression rule which implies the entire request
header value must match the regex.
|
RouteMatch.Builder |
RouteMatch.Builder.setSafeRegex(RegexMatcher value)
If specified, the route is a regular expression rule meaning that the
regex must match the *:path* header once the query string is removed.
|
HeaderMatcher.Builder |
HeaderMatcher.Builder.setSafeRegexMatch(RegexMatcher value)
If specified, this regex string is a regular expression rule which implies the entire request
header value must match the regex.
|
| Modifier and Type | Method and Description |
|---|---|
RegexMatcher |
RegexMatcher.Builder.build() |
RegexMatcher |
RegexMatcher.Builder.buildPartial() |
static RegexMatcher |
RegexMatcher.getDefaultInstance() |
RegexMatcher |
RegexMatcher.getDefaultInstanceForType() |
RegexMatcher |
RegexMatcher.Builder.getDefaultInstanceForType() |
RegexMatcher |
RegexMatchAndSubstituteOrBuilder.getPattern()
The regular expression used to find portions of a string (hereafter called
the "subject string") that should be replaced.
|
RegexMatcher |
RegexMatchAndSubstitute.getPattern()
The regular expression used to find portions of a string (hereafter called
the "subject string") that should be replaced.
|
RegexMatcher |
RegexMatchAndSubstitute.Builder.getPattern()
The regular expression used to find portions of a string (hereafter called
the "subject string") that should be replaced.
|
RegexMatcher |
StringMatcherOrBuilder.getSafeRegex()
The input string must match the regular expression specified here.
|
RegexMatcher |
StringMatcher.getSafeRegex()
The input string must match the regular expression specified here.
|
RegexMatcher |
StringMatcher.Builder.getSafeRegex()
The input string must match the regular expression specified here.
|
static RegexMatcher |
RegexMatcher.parseDelimitedFrom(InputStream input) |
static RegexMatcher |
RegexMatcher.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static RegexMatcher |
RegexMatcher.parseFrom(byte[] data) |
static RegexMatcher |
RegexMatcher.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static RegexMatcher |
RegexMatcher.parseFrom(ByteBuffer data) |
static RegexMatcher |
RegexMatcher.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static RegexMatcher |
RegexMatcher.parseFrom(com.google.protobuf.ByteString data) |
static RegexMatcher |
RegexMatcher.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static RegexMatcher |
RegexMatcher.parseFrom(com.google.protobuf.CodedInputStream input) |
static RegexMatcher |
RegexMatcher.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static RegexMatcher |
RegexMatcher.parseFrom(InputStream input) |
static RegexMatcher |
RegexMatcher.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Parser<RegexMatcher> |
RegexMatcher.getParserForType() |
static com.google.protobuf.Parser<RegexMatcher> |
RegexMatcher.parser() |
| Modifier and Type | Method and Description |
|---|---|
RegexMatcher.Builder |
RegexMatcher.Builder.mergeFrom(RegexMatcher other) |
RegexMatchAndSubstitute.Builder |
RegexMatchAndSubstitute.Builder.mergePattern(RegexMatcher value)
The regular expression used to find portions of a string (hereafter called
the "subject string") that should be replaced.
|
StringMatcher.Builder |
StringMatcher.Builder.mergeSafeRegex(RegexMatcher value)
The input string must match the regular expression specified here.
|
static RegexMatcher.Builder |
RegexMatcher.newBuilder(RegexMatcher prototype) |
RegexMatchAndSubstitute.Builder |
RegexMatchAndSubstitute.Builder.setPattern(RegexMatcher value)
The regular expression used to find portions of a string (hereafter called
the "subject string") that should be replaced.
|
StringMatcher.Builder |
StringMatcher.Builder.setSafeRegex(RegexMatcher value)
The input string must match the regular expression specified here.
|
Copyright © 2018–2021 The Envoy Project. All rights reserved.