#include <Server.h>
◆ CServer()
CServer::CServer |
( |
const CString & |
sName, |
|
|
unsigned short |
uPort = 6667 , |
|
|
const CString & |
sPass = "" , |
|
|
bool |
bSSL = false , |
|
|
bool |
bUnixSocket = false |
|
) |
| |
◆ ~CServer()
◆ GetName()
const CString & CServer::GetName |
( |
| ) |
const |
◆ GetPass()
const CString & CServer::GetPass |
( |
| ) |
const |
◆ GetPort()
unsigned short CServer::GetPort |
( |
| ) |
const |
◆ GetString()
CString CServer::GetString |
( |
bool |
bIncludePassword = true | ) |
const |
◆ IsSSL()
bool CServer::IsSSL |
( |
| ) |
const |
◆ IsUnixSocket()
bool CServer::IsUnixSocket |
( |
| ) |
const |
◆ IsValidHostName()
static bool CServer::IsValidHostName |
( |
const CString & |
sHostName | ) |
|
|
static |
◆ operator<()
bool CServer::operator< |
( |
const CServer & |
| ) |
const |
◆ operator==()
bool CServer::operator== |
( |
const CServer & |
| ) |
const |
◆ Parse()
◆ m_bSSL
◆ m_bUnixSocket
bool CServer::m_bUnixSocket |
|
protected |
◆ m_sName
◆ m_sPass
◆ m_uPort
unsigned short CServer::m_uPort |
|
protected |
The documentation for this class was generated from the following file: