Uses of Interface
io.envoyproxy.envoy.config.route.v3.NonForwardingActionOrBuilder
-
Packages that use NonForwardingActionOrBuilder Package Description io.envoyproxy.envoy.config.route.v3 -
-
Uses of NonForwardingActionOrBuilder in io.envoyproxy.envoy.config.route.v3
Classes in io.envoyproxy.envoy.config.route.v3 that implement NonForwardingActionOrBuilder Modifier and Type Class Description class
NonForwardingAction
[#not-implemented-hide:]static class
NonForwardingAction.Builder
[#not-implemented-hide:]Fields in io.envoyproxy.envoy.config.route.v3 with type parameters of type NonForwardingActionOrBuilder Modifier and Type Field Description private com.google.protobuf.SingleFieldBuilder<NonForwardingAction,NonForwardingAction.Builder,NonForwardingActionOrBuilder>
Route.Builder. nonForwardingActionBuilder_
Methods in io.envoyproxy.envoy.config.route.v3 that return NonForwardingActionOrBuilder Modifier and Type Method Description NonForwardingActionOrBuilder
Route.Builder. getNonForwardingActionOrBuilder()
[#not-implemented-hide:] An action used when the route will generate a response directly, without forwarding to an upstream host.NonForwardingActionOrBuilder
Route. getNonForwardingActionOrBuilder()
[#not-implemented-hide:] An action used when the route will generate a response directly, without forwarding to an upstream host.NonForwardingActionOrBuilder
RouteOrBuilder. getNonForwardingActionOrBuilder()
[#not-implemented-hide:] An action used when the route will generate a response directly, without forwarding to an upstream host.Methods in io.envoyproxy.envoy.config.route.v3 that return types with arguments of type NonForwardingActionOrBuilder Modifier and Type Method Description private com.google.protobuf.SingleFieldBuilder<NonForwardingAction,NonForwardingAction.Builder,NonForwardingActionOrBuilder>
Route.Builder. getNonForwardingActionFieldBuilder()
[#not-implemented-hide:] An action used when the route will generate a response directly, without forwarding to an upstream host.
-