DTLS protocol versions. More...
Public Member Functions | |
| DtlsProtocolVersion (int value) | |
| int | getAssignedValue () |
Static Public Member Functions | |
| [static initializer] | |
| static DtlsProtocolVersion | getByAssignedValue (int value) |
Public Attributes | |
| Dtls10 =(1) | |
| Indicates DTLS 1.0. More... | |
| Dtls12 =(2) | |
| Indicates DTLS 1.2. More... | |
| Dtls13 =(3) | |
| Indicates DTLS 1.3. More... | |
DTLS protocol versions.
| fm.liveswitch.DtlsProtocolVersion.DtlsProtocolVersion | ( | int | value | ) |
|
static |
| int fm.liveswitch.DtlsProtocolVersion.getAssignedValue | ( | ) |
|
static |
| fm.liveswitch.DtlsProtocolVersion.Dtls10 =(1) |
Indicates DTLS 1.0.
| fm.liveswitch.DtlsProtocolVersion.Dtls12 =(2) |
Indicates DTLS 1.2.
| fm.liveswitch.DtlsProtocolVersion.Dtls13 =(3) |
Indicates DTLS 1.3.