MySQL 9.0.0
Source Code Documentation
tls_content_type.h File Reference
#include <string>

Go to the source code of this file.

Enumerations

enum class  TlsContentType {
  kChangeCipherSpec = 0x14 , kAlert , kHandshake , kApplication ,
  kHeartbeat
}
 

Functions

std::string tls_content_type_to_string (TlsContentType v)
 

Enumeration Type Documentation

◆ TlsContentType

enum class TlsContentType
strong
Enumerator
kChangeCipherSpec 
kAlert 
kHandshake 
kApplication 
kHeartbeat 

Function Documentation

◆ tls_content_type_to_string()

std::string tls_content_type_to_string ( TlsContentType  v)
inline