Uses of Interface
io.envoyproxy.envoy.config.route.v3.RouteOrBuilder
Packages that use RouteOrBuilder
-
Uses of RouteOrBuilder in io.envoyproxy.envoy.config.route.v3
Classes in io.envoyproxy.envoy.config.route.v3 that implement RouteOrBuilderModifier and TypeClassDescriptionfinal classA route is both a specification of how to match a request as well as an indication of what to do next (e.g., redirect, forward, rewrite, etc.). .. attention:: Envoy supports routing on HTTP method via :ref:`header matching <envoy_v3_api_msg_config.route.v3.HeaderMatcher>`.static final classA route is both a specification of how to match a request as well as an indication of what to do next (e.g., redirect, forward, rewrite, etc.). .. attention:: Envoy supports routing on HTTP method via :ref:`header matching <envoy_v3_api_msg_config.route.v3.HeaderMatcher>`.Methods in io.envoyproxy.envoy.config.route.v3 that return RouteOrBuilderModifier and TypeMethodDescriptionRouteList.Builder.getRoutesOrBuilder(int index) The list of routes that will be matched and run, in order.RouteList.getRoutesOrBuilder(int index) The list of routes that will be matched and run, in order.RouteListOrBuilder.getRoutesOrBuilder(int index) The list of routes that will be matched and run, in order.VirtualHost.Builder.getRoutesOrBuilder(int index) The list of routes that will be matched, in order, for incoming requests.VirtualHost.getRoutesOrBuilder(int index) The list of routes that will be matched, in order, for incoming requests.VirtualHostOrBuilder.getRoutesOrBuilder(int index) The list of routes that will be matched, in order, for incoming requests.Methods in io.envoyproxy.envoy.config.route.v3 that return types with arguments of type RouteOrBuilderModifier and TypeMethodDescriptionList<? extends RouteOrBuilder> RouteList.Builder.getRoutesOrBuilderList()The list of routes that will be matched and run, in order.List<? extends RouteOrBuilder> RouteList.getRoutesOrBuilderList()The list of routes that will be matched and run, in order.List<? extends RouteOrBuilder> RouteListOrBuilder.getRoutesOrBuilderList()The list of routes that will be matched and run, in order.List<? extends RouteOrBuilder> VirtualHost.Builder.getRoutesOrBuilderList()The list of routes that will be matched, in order, for incoming requests.List<? extends RouteOrBuilder> VirtualHost.getRoutesOrBuilderList()The list of routes that will be matched, in order, for incoming requests.List<? extends RouteOrBuilder> VirtualHostOrBuilder.getRoutesOrBuilderList()The list of routes that will be matched, in order, for incoming requests.