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