| Modifier and Type | Method and Description |
|---|---|
TypedExtensionConfig |
BootstrapOrBuilder.getBootstrapExtensions(int index)
Specifies optional bootstrap extensions to be instantiated at startup time.
|
TypedExtensionConfig |
Bootstrap.getBootstrapExtensions(int index)
Specifies optional bootstrap extensions to be instantiated at startup time.
|
TypedExtensionConfig |
Bootstrap.Builder.getBootstrapExtensions(int index)
Specifies optional bootstrap extensions to be instantiated at startup time.
|
TypedExtensionConfig |
BootstrapOrBuilder.getCertificateProviderInstancesOrDefault(String key,
TypedExtensionConfig defaultValue)
Global map of CertificateProvider instances.
|
TypedExtensionConfig |
Bootstrap.getCertificateProviderInstancesOrDefault(String key,
TypedExtensionConfig defaultValue)
Global map of CertificateProvider instances.
|
TypedExtensionConfig |
Bootstrap.Builder.getCertificateProviderInstancesOrDefault(String key,
TypedExtensionConfig defaultValue)
Global map of CertificateProvider instances.
|
TypedExtensionConfig |
BootstrapOrBuilder.getCertificateProviderInstancesOrThrow(String key)
Global map of CertificateProvider instances.
|
TypedExtensionConfig |
Bootstrap.getCertificateProviderInstancesOrThrow(String key)
Global map of CertificateProvider instances.
|
TypedExtensionConfig |
Bootstrap.Builder.getCertificateProviderInstancesOrThrow(String key)
Global map of CertificateProvider instances.
|
TypedExtensionConfig |
FatalActionOrBuilder.getConfig()
Extension specific configuration for the action.
|
TypedExtensionConfig |
FatalAction.getConfig()
Extension specific configuration for the action.
|
TypedExtensionConfig |
FatalAction.Builder.getConfig()
Extension specific configuration for the action.
|
TypedExtensionConfig |
Watchdog.WatchdogActionOrBuilder.getConfig()
Extension specific configuration for the action.
|
TypedExtensionConfig |
Watchdog.WatchdogAction.getConfig()
Extension specific configuration for the action.
|
TypedExtensionConfig |
Watchdog.WatchdogAction.Builder.getConfig()
Extension specific configuration for the action.
|
| Modifier and Type | Method and Description |
|---|---|
List<TypedExtensionConfig> |
BootstrapOrBuilder.getBootstrapExtensionsList()
Specifies optional bootstrap extensions to be instantiated at startup time.
|
List<TypedExtensionConfig> |
Bootstrap.getBootstrapExtensionsList()
Specifies optional bootstrap extensions to be instantiated at startup time.
|
List<TypedExtensionConfig> |
Bootstrap.Builder.getBootstrapExtensionsList()
Specifies optional bootstrap extensions to be instantiated at startup time.
|
Map<String,TypedExtensionConfig> |
BootstrapOrBuilder.getCertificateProviderInstances()
Deprecated.
|
Map<String,TypedExtensionConfig> |
Bootstrap.getCertificateProviderInstances()
Deprecated.
|
Map<String,TypedExtensionConfig> |
Bootstrap.Builder.getCertificateProviderInstances()
Deprecated.
|
Map<String,TypedExtensionConfig> |
BootstrapOrBuilder.getCertificateProviderInstancesMap()
Global map of CertificateProvider instances.
|
Map<String,TypedExtensionConfig> |
Bootstrap.getCertificateProviderInstancesMap()
Global map of CertificateProvider instances.
|
Map<String,TypedExtensionConfig> |
Bootstrap.Builder.getCertificateProviderInstancesMap()
Global map of CertificateProvider instances.
|
Map<String,TypedExtensionConfig> |
Bootstrap.Builder.getMutableCertificateProviderInstances()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
Bootstrap.Builder |
Bootstrap.Builder.addBootstrapExtensions(int index,
TypedExtensionConfig value)
Specifies optional bootstrap extensions to be instantiated at startup time.
|
Bootstrap.Builder |
Bootstrap.Builder.addBootstrapExtensions(TypedExtensionConfig value)
Specifies optional bootstrap extensions to be instantiated at startup time.
|
TypedExtensionConfig |
BootstrapOrBuilder.getCertificateProviderInstancesOrDefault(String key,
TypedExtensionConfig defaultValue)
Global map of CertificateProvider instances.
|
TypedExtensionConfig |
Bootstrap.getCertificateProviderInstancesOrDefault(String key,
TypedExtensionConfig defaultValue)
Global map of CertificateProvider instances.
|
TypedExtensionConfig |
Bootstrap.Builder.getCertificateProviderInstancesOrDefault(String key,
TypedExtensionConfig defaultValue)
Global map of CertificateProvider instances.
|
FatalAction.Builder |
FatalAction.Builder.mergeConfig(TypedExtensionConfig value)
Extension specific configuration for the action.
|
Watchdog.WatchdogAction.Builder |
Watchdog.WatchdogAction.Builder.mergeConfig(TypedExtensionConfig value)
Extension specific configuration for the action.
|
Bootstrap.Builder |
Bootstrap.Builder.putCertificateProviderInstances(String key,
TypedExtensionConfig value)
Global map of CertificateProvider instances.
|
Bootstrap.Builder |
Bootstrap.Builder.setBootstrapExtensions(int index,
TypedExtensionConfig value)
Specifies optional bootstrap extensions to be instantiated at startup time.
|
FatalAction.Builder |
FatalAction.Builder.setConfig(TypedExtensionConfig value)
Extension specific configuration for the action.
|
Watchdog.WatchdogAction.Builder |
Watchdog.WatchdogAction.Builder.setConfig(TypedExtensionConfig value)
Extension specific configuration for the action.
|
| Modifier and Type | Method and Description |
|---|---|
Bootstrap.Builder |
Bootstrap.Builder.addAllBootstrapExtensions(Iterable<? extends TypedExtensionConfig> values)
Specifies optional bootstrap extensions to be instantiated at startup time.
|
Bootstrap.Builder |
Bootstrap.Builder.putAllCertificateProviderInstances(Map<String,TypedExtensionConfig> values)
Global map of CertificateProvider instances.
|
| Modifier and Type | Method and Description |
|---|---|
TypedExtensionConfig |
Cluster.getUpstreamConfig()
Optional customization and configuration of upstream connection pool, and upstream type.
|
TypedExtensionConfig |
Cluster.Builder.getUpstreamConfig()
Optional customization and configuration of upstream connection pool, and upstream type.
|
TypedExtensionConfig |
ClusterOrBuilder.getUpstreamConfig()
Optional customization and configuration of upstream connection pool, and upstream type.
|
| Modifier and Type | Method and Description |
|---|---|
Cluster.Builder |
Cluster.Builder.mergeUpstreamConfig(TypedExtensionConfig value)
Optional customization and configuration of upstream connection pool, and upstream type.
|
Cluster.Builder |
Cluster.Builder.setUpstreamConfig(TypedExtensionConfig value)
Optional customization and configuration of upstream connection pool, and upstream type.
|
| Modifier and Type | Method and Description |
|---|---|
TypedExtensionConfig |
Matcher.OnMatchOrBuilder.getAction()
Protocol-specific action to take.
|
TypedExtensionConfig |
Matcher.OnMatch.getAction()
Protocol-specific action to take.
|
TypedExtensionConfig |
Matcher.OnMatch.Builder.getAction()
Protocol-specific action to take.
|
TypedExtensionConfig |
Matcher.MatcherList.Predicate.SinglePredicateOrBuilder.getCustomMatch()
Extension for custom matching logic.
|
TypedExtensionConfig |
Matcher.MatcherList.Predicate.SinglePredicate.getCustomMatch()
Extension for custom matching logic.
|
TypedExtensionConfig |
Matcher.MatcherList.Predicate.SinglePredicate.Builder.getCustomMatch()
Extension for custom matching logic.
|
TypedExtensionConfig |
Matcher.MatcherTreeOrBuilder.getCustomMatch()
Extension for custom matching logic.
|
TypedExtensionConfig |
Matcher.MatcherTree.getCustomMatch()
Extension for custom matching logic.
|
TypedExtensionConfig |
Matcher.MatcherTree.Builder.getCustomMatch()
Extension for custom matching logic.
|
TypedExtensionConfig |
Matcher.MatcherList.Predicate.SinglePredicateOrBuilder.getInput()
Protocol-specific specification of input field to match on.
|
TypedExtensionConfig |
Matcher.MatcherList.Predicate.SinglePredicate.getInput()
Protocol-specific specification of input field to match on.
|
TypedExtensionConfig |
Matcher.MatcherList.Predicate.SinglePredicate.Builder.getInput()
Protocol-specific specification of input field to match on.
|
TypedExtensionConfig |
Matcher.MatcherTreeOrBuilder.getInput()
Protocol-specific specification of input field to match on.
|
TypedExtensionConfig |
Matcher.MatcherTree.getInput()
Protocol-specific specification of input field to match on.
|
TypedExtensionConfig |
Matcher.MatcherTree.Builder.getInput()
Protocol-specific specification of input field to match on.
|
| Modifier and Type | Method and Description |
|---|---|
Matcher.OnMatch.Builder |
Matcher.OnMatch.Builder.mergeAction(TypedExtensionConfig value)
Protocol-specific action to take.
|
Matcher.MatcherList.Predicate.SinglePredicate.Builder |
Matcher.MatcherList.Predicate.SinglePredicate.Builder.mergeCustomMatch(TypedExtensionConfig value)
Extension for custom matching logic.
|
Matcher.MatcherTree.Builder |
Matcher.MatcherTree.Builder.mergeCustomMatch(TypedExtensionConfig value)
Extension for custom matching logic.
|
Matcher.MatcherList.Predicate.SinglePredicate.Builder |
Matcher.MatcherList.Predicate.SinglePredicate.Builder.mergeInput(TypedExtensionConfig value)
Protocol-specific specification of input field to match on.
|
Matcher.MatcherTree.Builder |
Matcher.MatcherTree.Builder.mergeInput(TypedExtensionConfig value)
Protocol-specific specification of input field to match on.
|
Matcher.OnMatch.Builder |
Matcher.OnMatch.Builder.setAction(TypedExtensionConfig value)
Protocol-specific action to take.
|
Matcher.MatcherList.Predicate.SinglePredicate.Builder |
Matcher.MatcherList.Predicate.SinglePredicate.Builder.setCustomMatch(TypedExtensionConfig value)
Extension for custom matching logic.
|
Matcher.MatcherTree.Builder |
Matcher.MatcherTree.Builder.setCustomMatch(TypedExtensionConfig value)
Extension for custom matching logic.
|
Matcher.MatcherList.Predicate.SinglePredicate.Builder |
Matcher.MatcherList.Predicate.SinglePredicate.Builder.setInput(TypedExtensionConfig value)
Protocol-specific specification of input field to match on.
|
Matcher.MatcherTree.Builder |
Matcher.MatcherTree.Builder.setInput(TypedExtensionConfig value)
Protocol-specific specification of input field to match on.
|
| Modifier and Type | Method and Description |
|---|---|
TypedExtensionConfig |
TypedExtensionConfig.Builder.build() |
TypedExtensionConfig |
TypedExtensionConfig.Builder.buildPartial() |
static TypedExtensionConfig |
TypedExtensionConfig.getDefaultInstance() |
TypedExtensionConfig |
TypedExtensionConfig.getDefaultInstanceForType() |
TypedExtensionConfig |
TypedExtensionConfig.Builder.getDefaultInstanceForType() |
static TypedExtensionConfig |
TypedExtensionConfig.parseDelimitedFrom(InputStream input) |
static TypedExtensionConfig |
TypedExtensionConfig.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static TypedExtensionConfig |
TypedExtensionConfig.parseFrom(byte[] data) |
static TypedExtensionConfig |
TypedExtensionConfig.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static TypedExtensionConfig |
TypedExtensionConfig.parseFrom(ByteBuffer data) |
static TypedExtensionConfig |
TypedExtensionConfig.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static TypedExtensionConfig |
TypedExtensionConfig.parseFrom(com.google.protobuf.ByteString data) |
static TypedExtensionConfig |
TypedExtensionConfig.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static TypedExtensionConfig |
TypedExtensionConfig.parseFrom(com.google.protobuf.CodedInputStream input) |
static TypedExtensionConfig |
TypedExtensionConfig.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static TypedExtensionConfig |
TypedExtensionConfig.parseFrom(InputStream input) |
static TypedExtensionConfig |
TypedExtensionConfig.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Parser<TypedExtensionConfig> |
TypedExtensionConfig.getParserForType() |
static com.google.protobuf.Parser<TypedExtensionConfig> |
TypedExtensionConfig.parser() |
| Modifier and Type | Method and Description |
|---|---|
TypedExtensionConfig.Builder |
TypedExtensionConfig.Builder.mergeFrom(TypedExtensionConfig other) |
static TypedExtensionConfig.Builder |
TypedExtensionConfig.newBuilder(TypedExtensionConfig prototype) |
| Modifier and Type | Method and Description |
|---|---|
TypedExtensionConfig |
ListenerOrBuilder.getUdpWriterConfig()
If the protocol in the listener socket address in :ref:`protocol
<envoy_api_field_config.core.v3.SocketAddress.protocol>` is :ref:`UDP
<envoy_api_enum_value_config.core.v3.SocketAddress.Protocol.UDP>`, this field specifies the actual udp
writer to create, i.e.
|
TypedExtensionConfig |
Listener.getUdpWriterConfig()
If the protocol in the listener socket address in :ref:`protocol
<envoy_api_field_config.core.v3.SocketAddress.protocol>` is :ref:`UDP
<envoy_api_enum_value_config.core.v3.SocketAddress.Protocol.UDP>`, this field specifies the actual udp
writer to create, i.e.
|
TypedExtensionConfig |
Listener.Builder.getUdpWriterConfig()
If the protocol in the listener socket address in :ref:`protocol
<envoy_api_field_config.core.v3.SocketAddress.protocol>` is :ref:`UDP
<envoy_api_enum_value_config.core.v3.SocketAddress.Protocol.UDP>`, this field specifies the actual udp
writer to create, i.e.
|
| Modifier and Type | Method and Description |
|---|---|
Listener.Builder |
Listener.Builder.mergeUdpWriterConfig(TypedExtensionConfig value)
If the protocol in the listener socket address in :ref:`protocol
<envoy_api_field_config.core.v3.SocketAddress.protocol>` is :ref:`UDP
<envoy_api_enum_value_config.core.v3.SocketAddress.Protocol.UDP>`, this field specifies the actual udp
writer to create, i.e.
|
Listener.Builder |
Listener.Builder.setUdpWriterConfig(TypedExtensionConfig value)
If the protocol in the listener socket address in :ref:`protocol
<envoy_api_field_config.core.v3.SocketAddress.protocol>` is :ref:`UDP
<envoy_api_enum_value_config.core.v3.SocketAddress.Protocol.UDP>`, this field specifies the actual udp
writer to create, i.e.
|
| Modifier and Type | Method and Description |
|---|---|
TypedExtensionConfig |
RateLimit.ActionOrBuilder.getExtension()
Rate limit descriptor extension.
|
TypedExtensionConfig |
RateLimit.Action.getExtension()
Rate limit descriptor extension.
|
TypedExtensionConfig |
RateLimit.Action.Builder.getExtension()
Rate limit descriptor extension.
|
TypedExtensionConfig |
InternalRedirectPolicy.getPredicates(int index)
Specifies a list of predicates that are queried when an upstream response is deemed
to trigger an internal redirect by all other criteria.
|
TypedExtensionConfig |
InternalRedirectPolicy.Builder.getPredicates(int index)
Specifies a list of predicates that are queried when an upstream response is deemed
to trigger an internal redirect by all other criteria.
|
TypedExtensionConfig |
InternalRedirectPolicyOrBuilder.getPredicates(int index)
Specifies a list of predicates that are queried when an upstream response is deemed
to trigger an internal redirect by all other criteria.
|
| Modifier and Type | Method and Description |
|---|---|
List<TypedExtensionConfig> |
InternalRedirectPolicy.getPredicatesList()
Specifies a list of predicates that are queried when an upstream response is deemed
to trigger an internal redirect by all other criteria.
|
List<TypedExtensionConfig> |
InternalRedirectPolicy.Builder.getPredicatesList()
Specifies a list of predicates that are queried when an upstream response is deemed
to trigger an internal redirect by all other criteria.
|
List<TypedExtensionConfig> |
InternalRedirectPolicyOrBuilder.getPredicatesList()
Specifies a list of predicates that are queried when an upstream response is deemed
to trigger an internal redirect by all other criteria.
|
| Modifier and Type | Method and Description |
|---|---|
InternalRedirectPolicy.Builder |
InternalRedirectPolicy.Builder.addPredicates(int index,
TypedExtensionConfig value)
Specifies a list of predicates that are queried when an upstream response is deemed
to trigger an internal redirect by all other criteria.
|
InternalRedirectPolicy.Builder |
InternalRedirectPolicy.Builder.addPredicates(TypedExtensionConfig value)
Specifies a list of predicates that are queried when an upstream response is deemed
to trigger an internal redirect by all other criteria.
|
RateLimit.Action.Builder |
RateLimit.Action.Builder.mergeExtension(TypedExtensionConfig value)
Rate limit descriptor extension.
|
RateLimit.Action.Builder |
RateLimit.Action.Builder.setExtension(TypedExtensionConfig value)
Rate limit descriptor extension.
|
InternalRedirectPolicy.Builder |
InternalRedirectPolicy.Builder.setPredicates(int index,
TypedExtensionConfig value)
Specifies a list of predicates that are queried when an upstream response is deemed
to trigger an internal redirect by all other criteria.
|
| Modifier and Type | Method and Description |
|---|---|
InternalRedirectPolicy.Builder |
InternalRedirectPolicy.Builder.addAllPredicates(Iterable<? extends TypedExtensionConfig> values)
Specifies a list of predicates that are queried when an upstream response is deemed
to trigger an internal redirect by all other criteria.
|
| Modifier and Type | Method and Description |
|---|---|
TypedExtensionConfig |
ExtensionWithMatcherOrBuilder.getExtensionConfig()
The underlying extension config.
|
TypedExtensionConfig |
ExtensionWithMatcher.getExtensionConfig()
The underlying extension config.
|
TypedExtensionConfig |
ExtensionWithMatcher.Builder.getExtensionConfig()
The underlying extension config.
|
| Modifier and Type | Method and Description |
|---|---|
ExtensionWithMatcher.Builder |
ExtensionWithMatcher.Builder.mergeExtensionConfig(TypedExtensionConfig value)
The underlying extension config.
|
ExtensionWithMatcher.Builder |
ExtensionWithMatcher.Builder.setExtensionConfig(TypedExtensionConfig value)
The underlying extension config.
|
| Modifier and Type | Method and Description |
|---|---|
TypedExtensionConfig |
Compressor.getCompressorLibrary()
A compressor library to use for compression.
|
TypedExtensionConfig |
Compressor.Builder.getCompressorLibrary()
A compressor library to use for compression.
|
TypedExtensionConfig |
CompressorOrBuilder.getCompressorLibrary()
A compressor library to use for compression.
|
| Modifier and Type | Method and Description |
|---|---|
Compressor.Builder |
Compressor.Builder.mergeCompressorLibrary(TypedExtensionConfig value)
A compressor library to use for compression.
|
Compressor.Builder |
Compressor.Builder.setCompressorLibrary(TypedExtensionConfig value)
A compressor library to use for compression.
|
| Modifier and Type | Method and Description |
|---|---|
TypedExtensionConfig |
Decompressor.getDecompressorLibrary()
A decompressor library to use for both request and response decompression.
|
TypedExtensionConfig |
Decompressor.Builder.getDecompressorLibrary()
A decompressor library to use for both request and response decompression.
|
TypedExtensionConfig |
DecompressorOrBuilder.getDecompressorLibrary()
A decompressor library to use for both request and response decompression.
|
| Modifier and Type | Method and Description |
|---|---|
Decompressor.Builder |
Decompressor.Builder.mergeDecompressorLibrary(TypedExtensionConfig value)
A decompressor library to use for both request and response decompression.
|
Decompressor.Builder |
Decompressor.Builder.setDecompressorLibrary(TypedExtensionConfig value)
A decompressor library to use for both request and response decompression.
|
| Modifier and Type | Method and Description |
|---|---|
TypedExtensionConfig |
CommonTlsContext.getCustomHandshaker()
Custom TLS handshaker.
|
TypedExtensionConfig |
CommonTlsContext.Builder.getCustomHandshaker()
Custom TLS handshaker.
|
TypedExtensionConfig |
CommonTlsContextOrBuilder.getCustomHandshaker()
Custom TLS handshaker.
|
TypedExtensionConfig |
CommonTlsContext.CertificateProviderOrBuilder.getTypedConfig()
.envoy.config.core.v3.TypedExtensionConfig typed_config = 2; |
TypedExtensionConfig |
CommonTlsContext.CertificateProvider.getTypedConfig()
.envoy.config.core.v3.TypedExtensionConfig typed_config = 2; |
TypedExtensionConfig |
CommonTlsContext.CertificateProvider.Builder.getTypedConfig()
.envoy.config.core.v3.TypedExtensionConfig typed_config = 2; |
| Modifier and Type | Method and Description |
|---|---|
CommonTlsContext.Builder |
CommonTlsContext.Builder.mergeCustomHandshaker(TypedExtensionConfig value)
Custom TLS handshaker.
|
CommonTlsContext.CertificateProvider.Builder |
CommonTlsContext.CertificateProvider.Builder.mergeTypedConfig(TypedExtensionConfig value)
.envoy.config.core.v3.TypedExtensionConfig typed_config = 2; |
CommonTlsContext.Builder |
CommonTlsContext.Builder.setCustomHandshaker(TypedExtensionConfig value)
Custom TLS handshaker.
|
CommonTlsContext.CertificateProvider.Builder |
CommonTlsContext.CertificateProvider.Builder.setTypedConfig(TypedExtensionConfig value)
.envoy.config.core.v3.TypedExtensionConfig typed_config = 2; |
Copyright © 2018–2021 The Envoy Project. All rights reserved.