CPPMyth
Library to interoperate with MythTV server
|
Public Member Functions | |
bool | isEnabled () const |
SecureSocket * | NewSocket () |
Static Public Member Functions | |
static SSLSessionFactory & | Instance () |
static void | Destroy () |
Private Member Functions | |
SSLSessionFactory (const SSLSessionFactory &) | |
SSLSessionFactory & | operator= (const SSLSessionFactory &) |
Private Attributes | |
bool | m_enabled |
SSL feature status. | |
void * | m_ctx |
SSL default context for the application. | |
Static Private Attributes | |
static SSLSessionFactory * | m_instance = 0 |
Definition at line 33 of file securesocket.h.