Uses of Interface
io.envoyproxy.envoy.config.route.v3.RouteOrBuilder
-
Packages that use RouteOrBuilder Package Description io.envoyproxy.envoy.config.route.v3 -
-
Uses of RouteOrBuilder in io.envoyproxy.envoy.config.route.v3
Classes in io.envoyproxy.envoy.config.route.v3 that implement RouteOrBuilder Modifier and Type Class Description classRouteA 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 classRoute.BuilderA 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 RouteOrBuilder Modifier and Type Method Description RouteOrBuilderVirtualHost.Builder. getRoutesOrBuilder(int index)The list of routes that will be matched, in order, for incoming requests.RouteOrBuilderVirtualHost. getRoutesOrBuilder(int index)The list of routes that will be matched, in order, for incoming requests.RouteOrBuilderVirtualHostOrBuilder. 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 RouteOrBuilder Modifier and Type Method Description 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.
-