| Package | Description |
|---|---|
| io.envoyproxy.envoy.config.filter.network.http_connection_manager.v2 |
| Modifier and Type | Method and Description |
|---|---|
ScopedRoutes |
ScopedRoutes.Builder.build() |
ScopedRoutes |
ScopedRoutes.Builder.buildPartial() |
static ScopedRoutes |
ScopedRoutes.getDefaultInstance() |
ScopedRoutes |
ScopedRoutes.getDefaultInstanceForType() |
ScopedRoutes |
ScopedRoutes.Builder.getDefaultInstanceForType() |
ScopedRoutes |
HttpConnectionManagerOrBuilder.getScopedRoutes()
A route table will be dynamically assigned to each request based on request attributes
(e.g., the value of a header).
|
ScopedRoutes |
HttpConnectionManager.getScopedRoutes()
A route table will be dynamically assigned to each request based on request attributes
(e.g., the value of a header).
|
ScopedRoutes |
HttpConnectionManager.Builder.getScopedRoutes()
A route table will be dynamically assigned to each request based on request attributes
(e.g., the value of a header).
|
static ScopedRoutes |
ScopedRoutes.parseDelimitedFrom(InputStream input) |
static ScopedRoutes |
ScopedRoutes.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ScopedRoutes |
ScopedRoutes.parseFrom(byte[] data) |
static ScopedRoutes |
ScopedRoutes.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ScopedRoutes |
ScopedRoutes.parseFrom(ByteBuffer data) |
static ScopedRoutes |
ScopedRoutes.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ScopedRoutes |
ScopedRoutes.parseFrom(com.google.protobuf.ByteString data) |
static ScopedRoutes |
ScopedRoutes.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ScopedRoutes |
ScopedRoutes.parseFrom(com.google.protobuf.CodedInputStream input) |
static ScopedRoutes |
ScopedRoutes.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ScopedRoutes |
ScopedRoutes.parseFrom(InputStream input) |
static ScopedRoutes |
ScopedRoutes.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Parser<ScopedRoutes> |
ScopedRoutes.getParserForType() |
static com.google.protobuf.Parser<ScopedRoutes> |
ScopedRoutes.parser() |
| Modifier and Type | Method and Description |
|---|---|
ScopedRoutes.Builder |
ScopedRoutes.Builder.mergeFrom(ScopedRoutes other) |
HttpConnectionManager.Builder |
HttpConnectionManager.Builder.mergeScopedRoutes(ScopedRoutes value)
A route table will be dynamically assigned to each request based on request attributes
(e.g., the value of a header).
|
static ScopedRoutes.Builder |
ScopedRoutes.newBuilder(ScopedRoutes prototype) |
HttpConnectionManager.Builder |
HttpConnectionManager.Builder.setScopedRoutes(ScopedRoutes value)
A route table will be dynamically assigned to each request based on request attributes
(e.g., the value of a header).
|
Copyright © 2018–2021 The Envoy Project. All rights reserved.