Uses of Class
io.envoyproxy.envoy.data.accesslog.v2.TLSProperties.TLSVersion
-
Packages that use TLSProperties.TLSVersion Package Description io.envoyproxy.envoy.data.accesslog.v2 -
-
Uses of TLSProperties.TLSVersion in io.envoyproxy.envoy.data.accesslog.v2
Methods in io.envoyproxy.envoy.data.accesslog.v2 that return TLSProperties.TLSVersion Modifier and Type Method Description static TLSProperties.TLSVersionTLSProperties.TLSVersion. forNumber(int value)TLSProperties.TLSVersionTLSProperties.Builder. getTlsVersion()Version of TLS that was negotiated.TLSProperties.TLSVersionTLSProperties. getTlsVersion()Version of TLS that was negotiated.TLSProperties.TLSVersionTLSPropertiesOrBuilder. 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.TLSVersionTLSProperties.TLSVersion. valueOf(String name)Returns 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.v2 that return types with arguments of type TLSProperties.TLSVersion Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<TLSProperties.TLSVersion>TLSProperties.TLSVersion. internalGetValueMap()Methods in io.envoyproxy.envoy.data.accesslog.v2 with parameters of type TLSProperties.TLSVersion Modifier and Type Method Description TLSProperties.BuilderTLSProperties.Builder. setTlsVersion(TLSProperties.TLSVersion value)Version of TLS that was negotiated.
-