ZNC trunk
|
#include <Listener.h>
Public Types | |
enum | EAcceptType { ACCEPT_IRC , ACCEPT_HTTP , ACCEPT_ALL } |
Public Member Functions | |
CUnixListener (const CString &sPath, const CString &sURIPrefix, bool bSSL, EAcceptType eAccept) | |
~CUnixListener () | |
CUnixListener (const CUnixListener &)=delete | |
CUnixListener & | operator= (const CUnixListener &)=delete |
const CString & | GetPath () const |
bool | Listen () override |
CConfig | ToConfig () const override |
bool | IsSSL () const |
CRealListener * | GetRealListener () const |
const CString & | GetURIPrefix () const |
EAcceptType | GetAcceptType () const |
void | SetAcceptType (EAcceptType eType) |
void | ResetRealListener () |
Protected Member Functions | |
void | SetupSSL () const |
Protected Attributes | |
CString | m_sPath |
bool | m_bSSL |
CString | m_sURIPrefix |
CRealListener * | m_pListener |
EAcceptType | m_eAcceptType |
|
inherited |
|
inline |
References CListener::CListener(), and m_sPath.
Referenced by CUnixListener(), and operator=().
CUnixListener::~CUnixListener | ( | ) |
|
delete |
References CUnixListener().
|
inlineinherited |
References m_eAcceptType.
|
inlineinherited |
References m_pListener.
|
inlineinherited |
References m_sURIPrefix.
|
inlineinherited |
References m_bSSL.
|
overridevirtual |
Implements CListener.
|
delete |
References CUnixListener().
|
inherited |
|
inlineinherited |
References m_eAcceptType.
|
protectedinherited |
|
protectedinherited |
Referenced by CListener(), and IsSSL().
|
protectedinherited |
Referenced by CListener(), GetAcceptType(), and SetAcceptType().
|
protectedinherited |
Referenced by CListener(), and GetRealListener().
|
protected |
Referenced by CUnixListener(), and GetPath().
|
protectedinherited |
Referenced by CListener(), and GetURIPrefix().