public interface StartTlsConfigOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
RawBuffer |
getCleartextSocketConfig()
(optional) Configuration for clear-text socket used at the beginning of the session.
|
RawBufferOrBuilder |
getCleartextSocketConfigOrBuilder()
(optional) Configuration for clear-text socket used at the beginning of the session.
|
DownstreamTlsContext |
getTlsSocketConfig()
Configuration for TLS socket.
|
DownstreamTlsContextOrBuilder |
getTlsSocketConfigOrBuilder()
Configuration for TLS socket.
|
boolean |
hasCleartextSocketConfig()
(optional) Configuration for clear-text socket used at the beginning of the session.
|
boolean |
hasTlsSocketConfig()
Configuration for TLS socket.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasCleartextSocketConfig()
(optional) Configuration for clear-text socket used at the beginning of the session.
.envoy.extensions.transport_sockets.raw_buffer.v3.RawBuffer cleartext_socket_config = 1;RawBuffer getCleartextSocketConfig()
(optional) Configuration for clear-text socket used at the beginning of the session.
.envoy.extensions.transport_sockets.raw_buffer.v3.RawBuffer cleartext_socket_config = 1;RawBufferOrBuilder getCleartextSocketConfigOrBuilder()
(optional) Configuration for clear-text socket used at the beginning of the session.
.envoy.extensions.transport_sockets.raw_buffer.v3.RawBuffer cleartext_socket_config = 1;boolean hasTlsSocketConfig()
Configuration for TLS socket.
.envoy.extensions.transport_sockets.tls.v4alpha.DownstreamTlsContext tls_socket_config = 2 [(.validate.rules) = { ... }DownstreamTlsContext getTlsSocketConfig()
Configuration for TLS socket.
.envoy.extensions.transport_sockets.tls.v4alpha.DownstreamTlsContext tls_socket_config = 2 [(.validate.rules) = { ... }DownstreamTlsContextOrBuilder getTlsSocketConfigOrBuilder()
Configuration for TLS socket.
.envoy.extensions.transport_sockets.tls.v4alpha.DownstreamTlsContext tls_socket_config = 2 [(.validate.rules) = { ... }Copyright © 2018–2021 The Envoy Project. All rights reserved.