| Package | Description |
|---|---|
| io.envoyproxy.envoy.extensions.filters.network.dubbo_proxy.v3 |
| 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 |
RouteConfigurationOrBuilder.getRoutes(int index)
The list of routes that will be matched, in order, against incoming requests.
|
Route |
RouteConfiguration.getRoutes(int index)
The list of routes that will be matched, in order, against incoming requests.
|
Route |
RouteConfiguration.Builder.getRoutes(int index)
The list of routes that will be matched, in order, against 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> |
RouteConfigurationOrBuilder.getRoutesList()
The list of routes that will be matched, in order, against incoming requests.
|
List<Route> |
RouteConfiguration.getRoutesList()
The list of routes that will be matched, in order, against incoming requests.
|
List<Route> |
RouteConfiguration.Builder.getRoutesList()
The list of routes that will be matched, in order, against incoming requests.
|
static com.google.protobuf.Parser<Route> |
Route.parser() |
| Modifier and Type | Method and Description |
|---|---|
RouteConfiguration.Builder |
RouteConfiguration.Builder.addRoutes(int index,
Route value)
The list of routes that will be matched, in order, against incoming requests.
|
RouteConfiguration.Builder |
RouteConfiguration.Builder.addRoutes(Route value)
The list of routes that will be matched, in order, against incoming requests.
|
Route.Builder |
Route.Builder.mergeFrom(Route other) |
static Route.Builder |
Route.newBuilder(Route prototype) |
RouteConfiguration.Builder |
RouteConfiguration.Builder.setRoutes(int index,
Route value)
The list of routes that will be matched, in order, against incoming requests.
|
| Modifier and Type | Method and Description |
|---|---|
RouteConfiguration.Builder |
RouteConfiguration.Builder.addAllRoutes(Iterable<? extends Route> values)
The list of routes that will be matched, in order, against incoming requests.
|
Copyright © 2018–2021 The Envoy Project. All rights reserved.