Uses of Interface
io.envoyproxy.envoy.config.route.v3.InternalRedirectPolicyOrBuilder
-
Packages that use InternalRedirectPolicyOrBuilder Package Description io.envoyproxy.envoy.config.route.v3 -
-
Uses of InternalRedirectPolicyOrBuilder in io.envoyproxy.envoy.config.route.v3
Classes in io.envoyproxy.envoy.config.route.v3 that implement InternalRedirectPolicyOrBuilder Modifier and Type Class Description class
InternalRedirectPolicy
HTTP Internal Redirect :ref:`architecture overview <arch_overview_internal_redirects>`.static class
InternalRedirectPolicy.Builder
HTTP Internal Redirect :ref:`architecture overview <arch_overview_internal_redirects>`.Fields in io.envoyproxy.envoy.config.route.v3 with type parameters of type InternalRedirectPolicyOrBuilder Modifier and Type Field Description private com.google.protobuf.SingleFieldBuilder<InternalRedirectPolicy,InternalRedirectPolicy.Builder,InternalRedirectPolicyOrBuilder>
RouteAction.Builder. internalRedirectPolicyBuilder_
Methods in io.envoyproxy.envoy.config.route.v3 that return InternalRedirectPolicyOrBuilder Modifier and Type Method Description InternalRedirectPolicyOrBuilder
RouteAction.Builder. getInternalRedirectPolicyOrBuilder()
If present, Envoy will try to follow an upstream redirect response instead of proxying the response back to the downstream.InternalRedirectPolicyOrBuilder
RouteAction. getInternalRedirectPolicyOrBuilder()
If present, Envoy will try to follow an upstream redirect response instead of proxying the response back to the downstream.InternalRedirectPolicyOrBuilder
RouteActionOrBuilder. getInternalRedirectPolicyOrBuilder()
If present, Envoy will try to follow an upstream redirect response instead of proxying the response back to the downstream.Methods in io.envoyproxy.envoy.config.route.v3 that return types with arguments of type InternalRedirectPolicyOrBuilder Modifier and Type Method Description private com.google.protobuf.SingleFieldBuilder<InternalRedirectPolicy,InternalRedirectPolicy.Builder,InternalRedirectPolicyOrBuilder>
RouteAction.Builder. getInternalRedirectPolicyFieldBuilder()
If present, Envoy will try to follow an upstream redirect response instead of proxying the response back to the downstream.
-