Uses of Interface
io.envoyproxy.envoy.api.v2.route.RouteOrBuilder
-
Packages that use RouteOrBuilder Package Description io.envoyproxy.envoy.api.v2.route -
-
Uses of RouteOrBuilder in io.envoyproxy.envoy.api.v2.route
Classes in io.envoyproxy.envoy.api.v2.route 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_api_msg_route.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_api_msg_route.HeaderMatcher>`.Methods in io.envoyproxy.envoy.api.v2.route 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.api.v2.route 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.
-