|
Squid Web Cache master
|
TLS Alert protocol frame from RFC 5246 Section 7.2. More...
Public Member Functions | |
| Alert (Parser::BinaryTokenizer &tk) | |
| bool | fatal () const |
Public Attributes | |
| uint8_t | level |
| warning or fatal | |
| uint8_t | description |
| close_notify, unexpected_message, etc. | |
Definition at line 76 of file Handshake.cc.
|
explicit |
Definition at line 174 of file Handshake.cc.
References Parser::BinaryTokenizerContext::success(), and Parser::BinaryTokenizer::uint8().
|
inline |
Definition at line 81 of file Handshake.cc.
References level.
Referenced by Security::HandshakeParser::parseAlertMessage().
| uint8_t Security::Alert::description |
Definition at line 84 of file Handshake.cc.
Referenced by Security::HandshakeParser::parseAlertMessage().
| uint8_t Security::Alert::level |
Definition at line 83 of file Handshake.cc.
Referenced by fatal(), and Security::HandshakeParser::parseAlertMessage().