Uses of Interface
io.envoyproxy.envoy.api.v2.route.RouteOrBuilder
Packages that use RouteOrBuilder
-
Uses of RouteOrBuilder in io.envoyproxy.envoy.api.v2.route
Classes in io.envoyproxy.envoy.api.v2.route 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_api_msg_route.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_api_msg_route.HeaderMatcher>`.Methods in io.envoyproxy.envoy.api.v2.route that return RouteOrBuilderModifier and TypeMethodDescriptionVirtualHost.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.api.v2.route that return types with arguments of type RouteOrBuilderModifier and TypeMethodDescriptionList<? 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.