| Package | Description |
|---|---|
| io.envoyproxy.envoy.api.v2.route | |
| io.envoyproxy.envoy.type.matcher |
| Modifier and Type | Method and Description |
|---|---|
RegexMatchAndSubstitute |
RouteAction.getRegexRewrite()
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.
|
RegexMatchAndSubstitute |
RouteAction.Builder.getRegexRewrite()
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.
|
RegexMatchAndSubstitute |
RouteActionOrBuilder.getRegexRewrite()
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 | Method and Description |
|---|---|
RouteAction.Builder |
RouteAction.Builder.mergeRegexRewrite(RegexMatchAndSubstitute value)
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.Builder |
RouteAction.Builder.setRegexRewrite(RegexMatchAndSubstitute value)
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 | Method and Description |
|---|---|
RegexMatchAndSubstitute |
RegexMatchAndSubstitute.Builder.build() |
RegexMatchAndSubstitute |
RegexMatchAndSubstitute.Builder.buildPartial() |
static RegexMatchAndSubstitute |
RegexMatchAndSubstitute.getDefaultInstance() |
RegexMatchAndSubstitute |
RegexMatchAndSubstitute.getDefaultInstanceForType() |
RegexMatchAndSubstitute |
RegexMatchAndSubstitute.Builder.getDefaultInstanceForType() |
static RegexMatchAndSubstitute |
RegexMatchAndSubstitute.parseDelimitedFrom(InputStream input) |
static RegexMatchAndSubstitute |
RegexMatchAndSubstitute.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static RegexMatchAndSubstitute |
RegexMatchAndSubstitute.parseFrom(byte[] data) |
static RegexMatchAndSubstitute |
RegexMatchAndSubstitute.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static RegexMatchAndSubstitute |
RegexMatchAndSubstitute.parseFrom(ByteBuffer data) |
static RegexMatchAndSubstitute |
RegexMatchAndSubstitute.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static RegexMatchAndSubstitute |
RegexMatchAndSubstitute.parseFrom(com.google.protobuf.ByteString data) |
static RegexMatchAndSubstitute |
RegexMatchAndSubstitute.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static RegexMatchAndSubstitute |
RegexMatchAndSubstitute.parseFrom(com.google.protobuf.CodedInputStream input) |
static RegexMatchAndSubstitute |
RegexMatchAndSubstitute.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static RegexMatchAndSubstitute |
RegexMatchAndSubstitute.parseFrom(InputStream input) |
static RegexMatchAndSubstitute |
RegexMatchAndSubstitute.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Parser<RegexMatchAndSubstitute> |
RegexMatchAndSubstitute.getParserForType() |
static com.google.protobuf.Parser<RegexMatchAndSubstitute> |
RegexMatchAndSubstitute.parser() |
| Modifier and Type | Method and Description |
|---|---|
RegexMatchAndSubstitute.Builder |
RegexMatchAndSubstitute.Builder.mergeFrom(RegexMatchAndSubstitute other) |
static RegexMatchAndSubstitute.Builder |
RegexMatchAndSubstitute.newBuilder(RegexMatchAndSubstitute prototype) |
Copyright © 2018–2021 The Envoy Project. All rights reserved.