SslProtocol Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. resourcemanager. cdn. models. SslProtocol
- com.
- com.
public final class SslProtocol
extends ExpandableStringEnum<SslProtocol>
The protocol of an established TLS connection.
Field Summary
| Modifier and Type | Field and Description |
|---|---|
|
static final
Ssl |
TLSV1
Static value TLSv1 for Ssl |
|
static final
Ssl |
TLSV1_1
Static value TLSv1.1 for Ssl |
|
static final
Ssl |
TLSV1_2
Static value TLSv1.2 for Ssl |
Constructor Summary
| Constructor | Description |
|---|---|
| SslProtocol() |
Deprecated
Use the fromString(String name) factory method.
Creates a new instance of Ssl |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Ssl |
fromString(String name)
Creates or finds a Ssl |
|
static
Collection<Ssl |
values()
Gets known Ssl |
Methods inherited from ExpandableStringEnum
Methods inherited from java.lang.Object
Field Details
TLSV1
public static final SslProtocol TLSV1
Static value TLSv1 for SslProtocol.
TLSV1_1
public static final SslProtocol TLSV1_1
Static value TLSv1.1 for SslProtocol.
TLSV1_2
public static final SslProtocol TLSV1_2
Static value TLSv1.2 for SslProtocol.
Constructor Details
SslProtocol
@Deprecated
public SslProtocol()
Deprecated
Creates a new instance of SslProtocol value.
Method Details
fromString
public static SslProtocol fromString(String name)
Creates or finds a SslProtocol from its string representation.
Parameters:
Returns:
values
public static Collection<SslProtocol> values()
Gets known SslProtocol values.
Returns: