Uses of Interface
io.envoyproxy.envoy.data.accesslog.v3.TLSPropertiesOrBuilder
-
Packages that use TLSPropertiesOrBuilder Package Description io.envoyproxy.envoy.data.accesslog.v3 -
-
Uses of TLSPropertiesOrBuilder in io.envoyproxy.envoy.data.accesslog.v3
Classes in io.envoyproxy.envoy.data.accesslog.v3 that implement TLSPropertiesOrBuilder Modifier and Type Class Description class
TLSProperties
Properties of a negotiated TLS connection.static class
TLSProperties.Builder
Properties of a negotiated TLS connection.Fields in io.envoyproxy.envoy.data.accesslog.v3 with type parameters of type TLSPropertiesOrBuilder Modifier and Type Field Description private com.google.protobuf.SingleFieldBuilder<TLSProperties,TLSProperties.Builder,TLSPropertiesOrBuilder>
AccessLogCommon.Builder. tlsPropertiesBuilder_
Methods in io.envoyproxy.envoy.data.accesslog.v3 that return TLSPropertiesOrBuilder Modifier and Type Method Description TLSPropertiesOrBuilder
AccessLogCommon.Builder. getTlsPropertiesOrBuilder()
If the connection is secure,S this field will contain TLS properties.TLSPropertiesOrBuilder
AccessLogCommon. getTlsPropertiesOrBuilder()
If the connection is secure,S this field will contain TLS properties.TLSPropertiesOrBuilder
AccessLogCommonOrBuilder. getTlsPropertiesOrBuilder()
If the connection is secure,S this field will contain TLS properties.Methods in io.envoyproxy.envoy.data.accesslog.v3 that return types with arguments of type TLSPropertiesOrBuilder Modifier and Type Method Description private com.google.protobuf.SingleFieldBuilder<TLSProperties,TLSProperties.Builder,TLSPropertiesOrBuilder>
AccessLogCommon.Builder. getTlsPropertiesFieldBuilder()
If the connection is secure,S this field will contain TLS properties.
-