Uses of Class
io.envoyproxy.envoy.data.accesslog.v3.TLSProperties
Packages that use TLSProperties
-
Uses of TLSProperties in io.envoyproxy.envoy.data.accesslog.v3
Methods in io.envoyproxy.envoy.data.accesslog.v3 that return TLSPropertiesModifier and TypeMethodDescriptionTLSProperties.Builder.build()TLSProperties.Builder.buildPartial()static TLSPropertiesTLSProperties.getDefaultInstance()TLSProperties.Builder.getDefaultInstanceForType()TLSProperties.getDefaultInstanceForType()AccessLogCommon.Builder.getTlsProperties()If the connection is secure,S this field will contain TLS properties.AccessLogCommon.getTlsProperties()If the connection is secure,S this field will contain TLS properties.AccessLogCommonOrBuilder.getTlsProperties()If the connection is secure,S this field will contain TLS properties.static TLSPropertiesTLSProperties.parseDelimitedFrom(InputStream input) static TLSPropertiesTLSProperties.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static TLSPropertiesTLSProperties.parseFrom(byte[] data) static TLSPropertiesTLSProperties.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static TLSPropertiesTLSProperties.parseFrom(com.google.protobuf.ByteString data) static TLSPropertiesTLSProperties.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static TLSPropertiesTLSProperties.parseFrom(com.google.protobuf.CodedInputStream input) static TLSPropertiesTLSProperties.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static TLSPropertiesTLSProperties.parseFrom(InputStream input) static TLSPropertiesTLSProperties.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static TLSPropertiesTLSProperties.parseFrom(ByteBuffer data) static TLSPropertiesTLSProperties.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in io.envoyproxy.envoy.data.accesslog.v3 that return types with arguments of type TLSPropertiesModifier and TypeMethodDescriptioncom.google.protobuf.Parser<TLSProperties> TLSProperties.getParserForType()static com.google.protobuf.Parser<TLSProperties> TLSProperties.parser()Methods in io.envoyproxy.envoy.data.accesslog.v3 with parameters of type TLSPropertiesModifier and TypeMethodDescriptionTLSProperties.Builder.mergeFrom(TLSProperties other) AccessLogCommon.Builder.mergeTlsProperties(TLSProperties value) If the connection is secure,S this field will contain TLS properties.static TLSProperties.BuilderTLSProperties.newBuilder(TLSProperties prototype) AccessLogCommon.Builder.setTlsProperties(TLSProperties value) If the connection is secure,S this field will contain TLS properties.