| Package | Description |
|---|---|
| io.envoyproxy.envoy.api.v2.route |
| Modifier and Type | Class and Description |
|---|---|
class |
Route
A 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 class |
Route.Builder
A 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>`.
|
| Modifier and Type | Method and Description |
|---|---|
RouteOrBuilder |
VirtualHost.getRoutesOrBuilder(int index)
The list of routes that will be matched, in order, for incoming requests.
|
RouteOrBuilder |
VirtualHost.Builder.getRoutesOrBuilder(int index)
The list of routes that will be matched, in order, for incoming requests.
|
RouteOrBuilder |
VirtualHostOrBuilder.getRoutesOrBuilder(int index)
The list of routes that will be matched, in order, for incoming requests.
|
| Modifier and Type | Method and Description |
|---|---|
List<? extends RouteOrBuilder> |
VirtualHost.getRoutesOrBuilderList()
The list of routes that will be matched, in order, for incoming requests.
|
List<? extends RouteOrBuilder> |
VirtualHost.Builder.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.
|
Copyright © 2018–2021 The Envoy Project. All rights reserved.