Uses of Class
io.envoyproxy.envoy.extensions.filters.network.http_connection_manager.v3.ScopedRoutes
-
Packages that use ScopedRoutes Package Description io.envoyproxy.envoy.extensions.filters.network.http_connection_manager.v3 -
-
Uses of ScopedRoutes in io.envoyproxy.envoy.extensions.filters.network.http_connection_manager.v3
Fields in io.envoyproxy.envoy.extensions.filters.network.http_connection_manager.v3 declared as ScopedRoutes Modifier and Type Field Description private static ScopedRoutes
ScopedRoutes. DEFAULT_INSTANCE
Fields in io.envoyproxy.envoy.extensions.filters.network.http_connection_manager.v3 with type parameters of type ScopedRoutes Modifier and Type Field Description private static com.google.protobuf.Parser<ScopedRoutes>
ScopedRoutes. PARSER
private com.google.protobuf.SingleFieldBuilder<ScopedRoutes,ScopedRoutes.Builder,ScopedRoutesOrBuilder>
HttpConnectionManager.Builder. scopedRoutesBuilder_
Methods in io.envoyproxy.envoy.extensions.filters.network.http_connection_manager.v3 that return ScopedRoutes Modifier and Type Method Description ScopedRoutes
ScopedRoutes.Builder. build()
ScopedRoutes
ScopedRoutes.Builder. buildPartial()
static ScopedRoutes
ScopedRoutes. getDefaultInstance()
ScopedRoutes
ScopedRoutes.Builder. getDefaultInstanceForType()
ScopedRoutes
ScopedRoutes. getDefaultInstanceForType()
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).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
HttpConnectionManagerOrBuilder. 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(java.io.InputStream input)
static ScopedRoutes
ScopedRoutes. parseDelimitedFrom(java.io.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(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(java.io.InputStream input)
static ScopedRoutes
ScopedRoutes. parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ScopedRoutes
ScopedRoutes. parseFrom(java.nio.ByteBuffer data)
static ScopedRoutes
ScopedRoutes. parseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in io.envoyproxy.envoy.extensions.filters.network.http_connection_manager.v3 that return types with arguments of type ScopedRoutes Modifier and Type Method Description com.google.protobuf.Parser<ScopedRoutes>
ScopedRoutes. getParserForType()
private com.google.protobuf.SingleFieldBuilder<ScopedRoutes,ScopedRoutes.Builder,ScopedRoutesOrBuilder>
HttpConnectionManager.Builder. getScopedRoutesFieldBuilder()
A route table will be dynamically assigned to each request based on request attributes (e.g., the value of a header).static com.google.protobuf.Parser<ScopedRoutes>
ScopedRoutes. parser()
Methods in io.envoyproxy.envoy.extensions.filters.network.http_connection_manager.v3 with parameters of type ScopedRoutes Modifier and Type Method Description private void
ScopedRoutes.Builder. buildPartial0(ScopedRoutes result)
private void
ScopedRoutes.Builder. buildPartialOneofs(ScopedRoutes result)
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).
-