Uses of Enum
io.envoyproxy.envoy.data.accesslog.v3.TLSProperties.TLSVersion
Packages that use TLSProperties.TLSVersion
-
Uses of TLSProperties.TLSVersion in io.envoyproxy.envoy.data.accesslog.v3
Fields in io.envoyproxy.envoy.data.accesslog.v3 declared as TLSProperties.TLSVersionModifier and TypeFieldDescriptionprivate static final TLSProperties.TLSVersion[]TLSProperties.TLSVersion.VALUESFields in io.envoyproxy.envoy.data.accesslog.v3 with type parameters of type TLSProperties.TLSVersionModifier and TypeFieldDescriptionprivate static final com.google.protobuf.Internal.EnumLiteMap<TLSProperties.TLSVersion> TLSProperties.TLSVersion.internalValueMapMethods in io.envoyproxy.envoy.data.accesslog.v3 that return TLSProperties.TLSVersionModifier and TypeMethodDescriptionstatic TLSProperties.TLSVersionTLSProperties.TLSVersion.forNumber(int value) TLSProperties.Builder.getTlsVersion()Version of TLS that was negotiated.TLSProperties.getTlsVersion()Version of TLS that was negotiated.TLSPropertiesOrBuilder.getTlsVersion()Version of TLS that was negotiated.static TLSProperties.TLSVersionTLSProperties.TLSVersion.valueOf(int value) Deprecated.static TLSProperties.TLSVersionTLSProperties.TLSVersion.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this type with the specified name.static TLSProperties.TLSVersionReturns the enum constant of this type with the specified name.static TLSProperties.TLSVersion[]TLSProperties.TLSVersion.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.envoyproxy.envoy.data.accesslog.v3 that return types with arguments of type TLSProperties.TLSVersionModifier and TypeMethodDescriptionstatic com.google.protobuf.Internal.EnumLiteMap<TLSProperties.TLSVersion> TLSProperties.TLSVersion.internalGetValueMap()Methods in io.envoyproxy.envoy.data.accesslog.v3 with parameters of type TLSProperties.TLSVersionModifier and TypeMethodDescriptionTLSProperties.Builder.setTlsVersion(TLSProperties.TLSVersion value) Version of TLS that was negotiated.