Uses of Class
io.envoyproxy.envoy.extensions.transport_sockets.tls.v3.TlsParameters.TlsProtocol
-
Packages that use TlsParameters.TlsProtocol Package Description io.envoyproxy.envoy.extensions.transport_sockets.tls.v3 -
-
Uses of TlsParameters.TlsProtocol in io.envoyproxy.envoy.extensions.transport_sockets.tls.v3
Fields in io.envoyproxy.envoy.extensions.transport_sockets.tls.v3 declared as TlsParameters.TlsProtocol Modifier and Type Field Description private static TlsParameters.TlsProtocol[]TlsParameters.TlsProtocol. VALUESFields in io.envoyproxy.envoy.extensions.transport_sockets.tls.v3 with type parameters of type TlsParameters.TlsProtocol Modifier and Type Field Description private static com.google.protobuf.Internal.EnumLiteMap<TlsParameters.TlsProtocol>TlsParameters.TlsProtocol. internalValueMapMethods in io.envoyproxy.envoy.extensions.transport_sockets.tls.v3 that return TlsParameters.TlsProtocol Modifier and Type Method Description static TlsParameters.TlsProtocolTlsParameters.TlsProtocol. forNumber(int value)TlsParameters.TlsProtocolTlsParameters.Builder. getTlsMaximumProtocolVersion()Maximum TLS protocol version.TlsParameters.TlsProtocolTlsParameters. getTlsMaximumProtocolVersion()Maximum TLS protocol version.TlsParameters.TlsProtocolTlsParametersOrBuilder. getTlsMaximumProtocolVersion()Maximum TLS protocol version.TlsParameters.TlsProtocolTlsParameters.Builder. getTlsMinimumProtocolVersion()Minimum TLS protocol version.TlsParameters.TlsProtocolTlsParameters. getTlsMinimumProtocolVersion()Minimum TLS protocol version.TlsParameters.TlsProtocolTlsParametersOrBuilder. getTlsMinimumProtocolVersion()Minimum TLS protocol version.static TlsParameters.TlsProtocolTlsParameters.TlsProtocol. valueOf(int value)Deprecated.static TlsParameters.TlsProtocolTlsParameters.TlsProtocol. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)Returns the enum constant of this type with the specified name.static TlsParameters.TlsProtocolTlsParameters.TlsProtocol. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static TlsParameters.TlsProtocol[]TlsParameters.TlsProtocol. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.envoyproxy.envoy.extensions.transport_sockets.tls.v3 that return types with arguments of type TlsParameters.TlsProtocol Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<TlsParameters.TlsProtocol>TlsParameters.TlsProtocol. internalGetValueMap()Methods in io.envoyproxy.envoy.extensions.transport_sockets.tls.v3 with parameters of type TlsParameters.TlsProtocol Modifier and Type Method Description TlsParameters.BuilderTlsParameters.Builder. setTlsMaximumProtocolVersion(TlsParameters.TlsProtocol value)Maximum TLS protocol version.TlsParameters.BuilderTlsParameters.Builder. setTlsMinimumProtocolVersion(TlsParameters.TlsProtocol value)Minimum TLS protocol version.
-