60 : m_hostname(hostname) {}
73 br_ssl_session_parameters*
to_br_session() {
return (br_ssl_session_parameters *)
this; }
This class stores values which allow SSLClient to save and resume SSL sessions.
Definition: SSLSession.h:51
br_ssl_session_parameters * to_br_session()
Returns a pointer to the ::br_ssl_session_parameters component of this class.
Definition: SSLSession.h:73
SSLSession(const char *hostname)
SSLSession constructor.
Definition: SSLSession.h:59
const String & get_hostname() const
Get the hostname string associated with this session.
Definition: SSLSession.h:70