| Package | Description |
|---|---|
| io.envoyproxy.envoy.api.v2 | |
| io.envoyproxy.envoy.api.v2.route |
| Modifier and Type | Method and Description |
|---|---|
VirtualHostOrBuilder |
RouteConfigurationOrBuilder.getVirtualHostsOrBuilder(int index)
An array of virtual hosts that make up the route table.
|
VirtualHostOrBuilder |
RouteConfiguration.getVirtualHostsOrBuilder(int index)
An array of virtual hosts that make up the route table.
|
VirtualHostOrBuilder |
RouteConfiguration.Builder.getVirtualHostsOrBuilder(int index)
An array of virtual hosts that make up the route table.
|
| Modifier and Type | Method and Description |
|---|---|
List<? extends VirtualHostOrBuilder> |
RouteConfigurationOrBuilder.getVirtualHostsOrBuilderList()
An array of virtual hosts that make up the route table.
|
List<? extends VirtualHostOrBuilder> |
RouteConfiguration.getVirtualHostsOrBuilderList()
An array of virtual hosts that make up the route table.
|
List<? extends VirtualHostOrBuilder> |
RouteConfiguration.Builder.getVirtualHostsOrBuilderList()
An array of virtual hosts that make up the route table.
|
| Modifier and Type | Class and Description |
|---|---|
class |
VirtualHost
The top level element in the routing configuration is a virtual host.
|
static class |
VirtualHost.Builder
The top level element in the routing configuration is a virtual host.
|
Copyright © 2018–2021 The Envoy Project. All rights reserved.