DownstreamTlsContext.Builder |
DownstreamTlsContext.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
|
DownstreamTlsContext.Builder |
DownstreamTlsContext.Builder.clear() |
|
DownstreamTlsContext.Builder |
DownstreamTlsContext.Builder.clearCommonTlsContext() |
Common TLS context settings.
|
DownstreamTlsContext.Builder |
DownstreamTlsContext.Builder.clearDisableStatelessSessionResumption() |
Config for controlling stateless TLS session resumption: setting this to true will cause the TLS
server to not issue TLS session tickets for the purposes of stateless TLS session resumption.
|
DownstreamTlsContext.Builder |
DownstreamTlsContext.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
|
DownstreamTlsContext.Builder |
DownstreamTlsContext.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
|
DownstreamTlsContext.Builder |
DownstreamTlsContext.Builder.clearRequireClientCertificate() |
If specified, Envoy will reject connections without a valid client
certificate.
|
DownstreamTlsContext.Builder |
DownstreamTlsContext.Builder.clearRequireSni() |
If specified, Envoy will reject connections without a valid and matching SNI.
|
DownstreamTlsContext.Builder |
DownstreamTlsContext.Builder.clearSessionTicketKeys() |
TLS session ticket key settings.
|
DownstreamTlsContext.Builder |
DownstreamTlsContext.Builder.clearSessionTicketKeysSdsSecretConfig() |
Config for fetching TLS session ticket keys via SDS API.
|
DownstreamTlsContext.Builder |
DownstreamTlsContext.Builder.clearSessionTicketKeysType() |
|
DownstreamTlsContext.Builder |
DownstreamTlsContext.Builder.clearSessionTimeout() |
If specified, ``session_timeout`` will change the maximum lifetime (in seconds) of the TLS session.
|
DownstreamTlsContext.Builder |
DownstreamTlsContext.Builder.clone() |
|
DownstreamTlsContext.Builder |
DownstreamTlsContext.Builder.mergeCommonTlsContext(CommonTlsContext value) |
Common TLS context settings.
|
DownstreamTlsContext.Builder |
DownstreamTlsContext.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
|
DownstreamTlsContext.Builder |
DownstreamTlsContext.Builder.mergeFrom(com.google.protobuf.Message other) |
|
DownstreamTlsContext.Builder |
DownstreamTlsContext.Builder.mergeFrom(DownstreamTlsContext other) |
|
DownstreamTlsContext.Builder |
DownstreamTlsContext.Builder.mergeRequireClientCertificate(com.google.protobuf.BoolValue value) |
If specified, Envoy will reject connections without a valid client
certificate.
|
DownstreamTlsContext.Builder |
DownstreamTlsContext.Builder.mergeRequireSni(com.google.protobuf.BoolValue value) |
If specified, Envoy will reject connections without a valid and matching SNI.
|
DownstreamTlsContext.Builder |
DownstreamTlsContext.Builder.mergeSessionTicketKeys(TlsSessionTicketKeys value) |
TLS session ticket key settings.
|
DownstreamTlsContext.Builder |
DownstreamTlsContext.Builder.mergeSessionTicketKeysSdsSecretConfig(SdsSecretConfig value) |
Config for fetching TLS session ticket keys via SDS API.
|
DownstreamTlsContext.Builder |
DownstreamTlsContext.Builder.mergeSessionTimeout(com.google.protobuf.Duration value) |
If specified, ``session_timeout`` will change the maximum lifetime (in seconds) of the TLS session.
|
DownstreamTlsContext.Builder |
DownstreamTlsContext.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
|
static DownstreamTlsContext.Builder |
DownstreamTlsContext.newBuilder() |
|
static DownstreamTlsContext.Builder |
DownstreamTlsContext.newBuilder(DownstreamTlsContext prototype) |
|
DownstreamTlsContext.Builder |
DownstreamTlsContext.newBuilderForType() |
|
protected DownstreamTlsContext.Builder |
DownstreamTlsContext.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
|
DownstreamTlsContext.Builder |
DownstreamTlsContext.Builder.setCommonTlsContext(CommonTlsContext value) |
Common TLS context settings.
|
DownstreamTlsContext.Builder |
DownstreamTlsContext.Builder.setCommonTlsContext(CommonTlsContext.Builder builderForValue) |
Common TLS context settings.
|
DownstreamTlsContext.Builder |
DownstreamTlsContext.Builder.setDisableStatelessSessionResumption(boolean value) |
Config for controlling stateless TLS session resumption: setting this to true will cause the TLS
server to not issue TLS session tickets for the purposes of stateless TLS session resumption.
|
DownstreamTlsContext.Builder |
DownstreamTlsContext.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
|
DownstreamTlsContext.Builder |
DownstreamTlsContext.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
|
DownstreamTlsContext.Builder |
DownstreamTlsContext.Builder.setRequireClientCertificate(com.google.protobuf.BoolValue value) |
If specified, Envoy will reject connections without a valid client
certificate.
|
DownstreamTlsContext.Builder |
DownstreamTlsContext.Builder.setRequireClientCertificate(com.google.protobuf.BoolValue.Builder builderForValue) |
If specified, Envoy will reject connections without a valid client
certificate.
|
DownstreamTlsContext.Builder |
DownstreamTlsContext.Builder.setRequireSni(com.google.protobuf.BoolValue value) |
If specified, Envoy will reject connections without a valid and matching SNI.
|
DownstreamTlsContext.Builder |
DownstreamTlsContext.Builder.setRequireSni(com.google.protobuf.BoolValue.Builder builderForValue) |
If specified, Envoy will reject connections without a valid and matching SNI.
|
DownstreamTlsContext.Builder |
DownstreamTlsContext.Builder.setSessionTicketKeys(TlsSessionTicketKeys value) |
TLS session ticket key settings.
|
DownstreamTlsContext.Builder |
DownstreamTlsContext.Builder.setSessionTicketKeys(TlsSessionTicketKeys.Builder builderForValue) |
TLS session ticket key settings.
|
DownstreamTlsContext.Builder |
DownstreamTlsContext.Builder.setSessionTicketKeysSdsSecretConfig(SdsSecretConfig value) |
Config for fetching TLS session ticket keys via SDS API.
|
DownstreamTlsContext.Builder |
DownstreamTlsContext.Builder.setSessionTicketKeysSdsSecretConfig(SdsSecretConfig.Builder builderForValue) |
Config for fetching TLS session ticket keys via SDS API.
|
DownstreamTlsContext.Builder |
DownstreamTlsContext.Builder.setSessionTimeout(com.google.protobuf.Duration value) |
If specified, ``session_timeout`` will change the maximum lifetime (in seconds) of the TLS session.
|
DownstreamTlsContext.Builder |
DownstreamTlsContext.Builder.setSessionTimeout(com.google.protobuf.Duration.Builder builderForValue) |
If specified, ``session_timeout`` will change the maximum lifetime (in seconds) of the TLS session.
|
DownstreamTlsContext.Builder |
DownstreamTlsContext.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
|
DownstreamTlsContext.Builder |
DownstreamTlsContext.toBuilder() |
|