| Package | Description |
|---|---|
| io.envoyproxy.envoy.api.v2.route |
| Modifier and Type | Method and Description |
|---|---|
Route |
Route.Builder.build() |
Route |
Route.Builder.buildPartial() |
static Route |
Route.getDefaultInstance() |
Route |
Route.getDefaultInstanceForType() |
Route |
Route.Builder.getDefaultInstanceForType() |
Route |
VirtualHost.getRoutes(int index)
The list of routes that will be matched, in order, for incoming requests.
|
Route |
VirtualHost.Builder.getRoutes(int index)
The list of routes that will be matched, in order, for incoming requests.
|
Route |
VirtualHostOrBuilder.getRoutes(int index)
The list of routes that will be matched, in order, for incoming requests.
|
static Route |
Route.parseDelimitedFrom(InputStream input) |
static Route |
Route.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Route |
Route.parseFrom(byte[] data) |
static Route |
Route.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Route |
Route.parseFrom(ByteBuffer data) |
static Route |
Route.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Route |
Route.parseFrom(com.google.protobuf.ByteString data) |
static Route |
Route.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Route |
Route.parseFrom(com.google.protobuf.CodedInputStream input) |
static Route |
Route.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Route |
Route.parseFrom(InputStream input) |
static Route |
Route.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Parser<Route> |
Route.getParserForType() |
List<Route> |
VirtualHost.getRoutesList()
The list of routes that will be matched, in order, for incoming requests.
|
List<Route> |
VirtualHost.Builder.getRoutesList()
The list of routes that will be matched, in order, for incoming requests.
|
List<Route> |
VirtualHostOrBuilder.getRoutesList()
The list of routes that will be matched, in order, for incoming requests.
|
static com.google.protobuf.Parser<Route> |
Route.parser() |
| Modifier and Type | Method and Description |
|---|---|
VirtualHost.Builder |
VirtualHost.Builder.addRoutes(int index,
Route value)
The list of routes that will be matched, in order, for incoming requests.
|
VirtualHost.Builder |
VirtualHost.Builder.addRoutes(Route value)
The list of routes that will be matched, in order, for incoming requests.
|
Route.Builder |
Route.Builder.mergeFrom(Route other) |
static Route.Builder |
Route.newBuilder(Route prototype) |
VirtualHost.Builder |
VirtualHost.Builder.setRoutes(int index,
Route value)
The list of routes that will be matched, in order, for incoming requests.
|
| Modifier and Type | Method and Description |
|---|---|
VirtualHost.Builder |
VirtualHost.Builder.addAllRoutes(Iterable<? extends Route> values)
The list of routes that will be matched, in order, for incoming requests.
|
Copyright © 2018–2021 The Envoy Project. All rights reserved.