| Package | Description |
|---|---|
| io.envoyproxy.envoy.config.route.v4alpha |
| Modifier and Type | Method and Description |
|---|---|
InternalRedirectPolicy |
InternalRedirectPolicy.Builder.build() |
InternalRedirectPolicy |
InternalRedirectPolicy.Builder.buildPartial() |
static InternalRedirectPolicy |
InternalRedirectPolicy.getDefaultInstance() |
InternalRedirectPolicy |
InternalRedirectPolicy.getDefaultInstanceForType() |
InternalRedirectPolicy |
InternalRedirectPolicy.Builder.getDefaultInstanceForType() |
InternalRedirectPolicy |
RouteAction.getInternalRedirectPolicy()
If present, Envoy will try to follow an upstream redirect response instead of proxying the
response back to the downstream.
|
InternalRedirectPolicy |
RouteAction.Builder.getInternalRedirectPolicy()
If present, Envoy will try to follow an upstream redirect response instead of proxying the
response back to the downstream.
|
InternalRedirectPolicy |
RouteActionOrBuilder.getInternalRedirectPolicy()
If present, Envoy will try to follow an upstream redirect response instead of proxying the
response back to the downstream.
|
static InternalRedirectPolicy |
InternalRedirectPolicy.parseDelimitedFrom(InputStream input) |
static InternalRedirectPolicy |
InternalRedirectPolicy.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static InternalRedirectPolicy |
InternalRedirectPolicy.parseFrom(byte[] data) |
static InternalRedirectPolicy |
InternalRedirectPolicy.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static InternalRedirectPolicy |
InternalRedirectPolicy.parseFrom(ByteBuffer data) |
static InternalRedirectPolicy |
InternalRedirectPolicy.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static InternalRedirectPolicy |
InternalRedirectPolicy.parseFrom(com.google.protobuf.ByteString data) |
static InternalRedirectPolicy |
InternalRedirectPolicy.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static InternalRedirectPolicy |
InternalRedirectPolicy.parseFrom(com.google.protobuf.CodedInputStream input) |
static InternalRedirectPolicy |
InternalRedirectPolicy.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static InternalRedirectPolicy |
InternalRedirectPolicy.parseFrom(InputStream input) |
static InternalRedirectPolicy |
InternalRedirectPolicy.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Parser<InternalRedirectPolicy> |
InternalRedirectPolicy.getParserForType() |
static com.google.protobuf.Parser<InternalRedirectPolicy> |
InternalRedirectPolicy.parser() |
| Modifier and Type | Method and Description |
|---|---|
InternalRedirectPolicy.Builder |
InternalRedirectPolicy.Builder.mergeFrom(InternalRedirectPolicy other) |
RouteAction.Builder |
RouteAction.Builder.mergeInternalRedirectPolicy(InternalRedirectPolicy value)
If present, Envoy will try to follow an upstream redirect response instead of proxying the
response back to the downstream.
|
static InternalRedirectPolicy.Builder |
InternalRedirectPolicy.newBuilder(InternalRedirectPolicy prototype) |
RouteAction.Builder |
RouteAction.Builder.setInternalRedirectPolicy(InternalRedirectPolicy value)
If present, Envoy will try to follow an upstream redirect response instead of proxying the
response back to the downstream.
|
Copyright © 2018–2021 The Envoy Project. All rights reserved.