Uses of Class
io.envoyproxy.envoy.config.route.v3.InternalRedirectPolicy
Packages that use InternalRedirectPolicy
-
Uses of InternalRedirectPolicy in io.envoyproxy.envoy.config.route.v3
Methods in io.envoyproxy.envoy.config.route.v3 that return InternalRedirectPolicyModifier and TypeMethodDescriptionInternalRedirectPolicy.Builder.build()InternalRedirectPolicy.Builder.buildPartial()static InternalRedirectPolicyInternalRedirectPolicy.getDefaultInstance()InternalRedirectPolicy.Builder.getDefaultInstanceForType()InternalRedirectPolicy.getDefaultInstanceForType()RouteAction.Builder.getInternalRedirectPolicy()If present, Envoy will try to follow an upstream redirect response instead of proxying the response back to the downstream.RouteAction.getInternalRedirectPolicy()If present, Envoy will try to follow an upstream redirect response instead of proxying the response back to the downstream.RouteActionOrBuilder.getInternalRedirectPolicy()If present, Envoy will try to follow an upstream redirect response instead of proxying the response back to the downstream.static InternalRedirectPolicyInternalRedirectPolicy.parseDelimitedFrom(InputStream input) static InternalRedirectPolicyInternalRedirectPolicy.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static InternalRedirectPolicyInternalRedirectPolicy.parseFrom(byte[] data) static InternalRedirectPolicyInternalRedirectPolicy.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static InternalRedirectPolicyInternalRedirectPolicy.parseFrom(com.google.protobuf.ByteString data) static InternalRedirectPolicyInternalRedirectPolicy.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static InternalRedirectPolicyInternalRedirectPolicy.parseFrom(com.google.protobuf.CodedInputStream input) static InternalRedirectPolicyInternalRedirectPolicy.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static InternalRedirectPolicyInternalRedirectPolicy.parseFrom(InputStream input) static InternalRedirectPolicyInternalRedirectPolicy.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static InternalRedirectPolicyInternalRedirectPolicy.parseFrom(ByteBuffer data) static InternalRedirectPolicyInternalRedirectPolicy.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in io.envoyproxy.envoy.config.route.v3 that return types with arguments of type InternalRedirectPolicyModifier and TypeMethodDescriptioncom.google.protobuf.Parser<InternalRedirectPolicy> InternalRedirectPolicy.getParserForType()static com.google.protobuf.Parser<InternalRedirectPolicy> InternalRedirectPolicy.parser()Methods in io.envoyproxy.envoy.config.route.v3 with parameters of type InternalRedirectPolicyModifier and TypeMethodDescriptionInternalRedirectPolicy.Builder.mergeFrom(InternalRedirectPolicy other) 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.InternalRedirectPolicy.newBuilder(InternalRedirectPolicy prototype) 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.