|
ZNC trunk
|
#include <Listener.h>
Public Types | |
| enum | EAcceptType { ACCEPT_IRC , ACCEPT_HTTP , ACCEPT_ALL } |
Public Member Functions | |
| CListener (unsigned short uPort, const CString &sBindHost, const CString &sURIPrefix, bool bSSL, EAddrType eAddr, EAcceptType eAccept) | |
| ~CListener () | |
| CListener (const CListener &)=delete | |
| CListener & | operator= (const CListener &)=delete |
| bool | IsSSL () const |
| EAddrType | GetAddrType () const |
| unsigned short | GetPort () const |
| const CString & | GetBindHost () const |
| CRealListener * | GetRealListener () const |
| const CString & | GetURIPrefix () const |
| EAcceptType | GetAcceptType () const |
| void | SetAcceptType (EAcceptType eType) |
| bool | Listen () |
| void | ResetRealListener () |
Protected Attributes | |
| bool | m_bSSL |
| EAddrType | m_eAddr |
| unsigned short | m_uPort |
| CString | m_sBindHost |
| CString | m_sURIPrefix |
| CRealListener * | m_pListener |
| EAcceptType | m_eAcceptType |
|
inline |
References m_bSSL, m_eAcceptType, m_eAddr, m_pListener, m_sBindHost, m_sURIPrefix, and m_uPort.
Referenced by CListener(), and operator=().
| CListener::~CListener | ( | ) |
|
delete |
References CListener().
|
inline |
References m_eAcceptType.
|
inline |
References m_sBindHost.
|
inline |
References m_uPort.
|
inline |
References m_pListener.
|
inline |
References m_sURIPrefix.
|
inline |
References m_bSSL.
| bool CListener::Listen | ( | ) |
References CListener().
| void CListener::ResetRealListener | ( | ) |
|
inline |
References m_eAcceptType.
|
protected |
Referenced by CListener(), and IsSSL().
|
protected |
Referenced by CListener(), GetAcceptType(), and SetAcceptType().
|
protected |
Referenced by CListener(), and GetAddrType().
|
protected |
Referenced by CListener(), and GetRealListener().
|
protected |
Referenced by CListener(), and GetBindHost().
|
protected |
Referenced by CListener(), and GetURIPrefix().
|
protected |
Referenced by CListener(), and GetPort().