enum class TLSRecordType
TLS record type with it's numeric code
ChangeCipherSpec
Alert
Handshake
ApplicationData
code
val code: Int
numeric record type code
byCode
fun byCode(code: Int): TLSRecordType
Find an instance of TLSRecordType by it's numeric code or fail