MySQL 5.6.14 Source Code Document
|
Public Member Functions | |
ContentType | get_type () const |
uint16 | get_length () const |
HandShakeType | get_handshakeType () const |
void | Process (input_buffer &, SSL &) |
void | set_type (HandShakeType hst) |
void | set_length (uint32 u32) |
input_buffer & | set (input_buffer &in) |
output_buffer & | get (output_buffer &out) const |
Friends | |
input_buffer & | operator>> (input_buffer &, HandShakeHeader &) |
output_buffer & | operator<< (output_buffer &, const HandShakeHeader &) |
Definition at line 151 of file yassl_imp.hpp.