TLSRecordType
enum class TLSRecordType
TLS record type with it’s numeric code
Enum Values
Properties
val code: Int numeric record type code |
Companion Object Functions
fun byCode(code: Int): TLSRecordType Find an instance of TLSRecordType by it’s numeric code or fail |