#include <Csocket.h>
◆ CSSSLConnection()
| CSSSLConnection::CSSSLConnection |
( |
const CS_STRING & |
sHostname, |
|
|
uint16_t |
iPort, |
|
|
int |
iTimeout = 60 |
|
) |
| |
|
inline |
◆ GetAFRequire()
◆ GetBindHost()
| const CS_STRING & CSConnection::GetBindHost |
( |
| ) |
const |
|
inlineinherited |
◆ GetCipher()
| const CS_STRING & CSConnection::GetCipher |
( |
| ) |
const |
|
inlineinherited |
◆ GetDHParamLocation()
| const CS_STRING & CSConnection::GetDHParamLocation |
( |
| ) |
const |
|
inlineinherited |
◆ GetHostname()
| const CS_STRING & CSConnection::GetHostname |
( |
| ) |
const |
|
inlineinherited |
◆ GetIsSSL()
| bool CSConnection::GetIsSSL |
( |
| ) |
const |
|
inlineinherited |
◆ GetKeyLocation()
| const CS_STRING & CSConnection::GetKeyLocation |
( |
| ) |
const |
|
inlineinherited |
◆ GetPemLocation()
| const CS_STRING & CSConnection::GetPemLocation |
( |
| ) |
const |
|
inlineinherited |
◆ GetPemPass()
| const CS_STRING & CSConnection::GetPemPass |
( |
| ) |
const |
|
inlineinherited |
◆ GetPort()
| uint16_t CSConnection::GetPort |
( |
| ) |
const |
|
inlineinherited |
◆ GetSockName()
| const CS_STRING & CSConnection::GetSockName |
( |
| ) |
const |
|
inlineinherited |
◆ GetTimeout()
| int CSConnection::GetTimeout |
( |
| ) |
const |
|
inlineinherited |
◆ SetAFRequire()
sets the AF family type required
◆ SetBindHost()
| void CSConnection::SetBindHost |
( |
const CS_STRING & |
s | ) |
|
|
inlineinherited |
sets the hostname to bind to (vhost support)
◆ SetCipher()
| void CSConnection::SetCipher |
( |
const CS_STRING & |
s | ) |
|
|
inlineinherited |
set the cipher strength to use, default is HIGH
◆ SetHostname()
| void CSConnection::SetHostname |
( |
const CS_STRING & |
s | ) |
|
|
inlineinherited |
sets the hostname to connect to
◆ SetIsSSL()
| void CSConnection::SetIsSSL |
( |
bool |
b | ) |
|
|
inlineinherited |
set to true to enable SSL
◆ SetPemLocation()
| void CSConnection::SetPemLocation |
( |
const CS_STRING & |
s | ) |
|
|
inlineinherited |
set the location of the pemfile
◆ SetPemPass()
| void CSConnection::SetPemPass |
( |
const CS_STRING & |
s | ) |
|
|
inlineinherited |
◆ SetPort()
| void CSConnection::SetPort |
( |
uint16_t |
i | ) |
|
|
inlineinherited |
sets the port to connect to
◆ SetSockName()
| void CSConnection::SetSockName |
( |
const CS_STRING & |
s | ) |
|
|
inlineinherited |
sets the name of the socket, used for reference, ie in FindSockByName()
◆ SetTimeout()
| void CSConnection::SetTimeout |
( |
int |
i | ) |
|
|
inlineinherited |
sets the connection timeout
◆ m_bIsSSL
| bool CSConnection::m_bIsSSL |
|
protectedinherited |
◆ m_iAFrequire
◆ m_iPort
| uint16_t CSConnection::m_iPort |
|
protectedinherited |
◆ m_iTimeout
| int CSConnection::m_iTimeout |
|
protectedinherited |
◆ m_sBindHost
◆ m_sCipher
◆ m_sDHParamLocation
◆ m_sHostname
◆ m_sKeyLocation
◆ m_sPemLocation
◆ m_sPemPass
◆ m_sSockName
The documentation for this class was generated from the following file: