#include <Csocket.h>
| CSSSListener::CSSSListener |
( |
uint16_t |
iPort, |
|
|
const CS_STRING & |
sBindHost = "" |
|
) |
| |
|
inline |
| const CS_STRING& CSListener::GetBindHost |
( |
| ) |
const |
|
inlineinherited |
| const CS_STRING& CSListener::GetCipher |
( |
| ) |
const |
|
inlineinherited |
| bool CSListener::GetDetach |
( |
| ) |
const |
|
inlineinherited |
| const CS_STRING& CSListener::GetDHParamLocation |
( |
| ) |
const |
|
inlineinherited |
| bool CSListener::GetIsSSL |
( |
| ) |
const |
|
inlineinherited |
| const CS_STRING& CSListener::GetKeyLocation |
( |
| ) |
const |
|
inlineinherited |
| int CSListener::GetMaxConns |
( |
| ) |
const |
|
inlineinherited |
| const CS_STRING& CSListener::GetPemLocation |
( |
| ) |
const |
|
inlineinherited |
| const CS_STRING& CSListener::GetPemPass |
( |
| ) |
const |
|
inlineinherited |
| uint16_t CSListener::GetPort |
( |
| ) |
const |
|
inlineinherited |
| uint32_t CSListener::GetRequireClientCertFlags |
( |
| ) |
const |
|
inlineinherited |
| const CS_STRING& CSListener::GetSockName |
( |
| ) |
const |
|
inlineinherited |
| uint32_t CSListener::GetTimeout |
( |
| ) |
const |
|
inlineinherited |
| void CSListener::SetBindHost |
( |
const CS_STRING & |
sBindHost | ) |
|
|
inlineinherited |
| void CSListener::SetCipher |
( |
const CS_STRING & |
s | ) |
|
|
inlineinherited |
set the cipher strength to use, default is HIGH
| void CSListener::SetDetach |
( |
bool |
b | ) |
|
|
inlineinherited |
| void CSListener::SetDHParamLocation |
( |
const CS_STRING & |
s | ) |
|
|
inlineinherited |
set the location of the dhparamfile
| void CSListener::SetIsSSL |
( |
bool |
b | ) |
|
|
inlineinherited |
| void CSListener::SetKeyLocation |
( |
const CS_STRING & |
s | ) |
|
|
inlineinherited |
set the location of the keyfile
| void CSListener::SetMaxConns |
( |
int |
i | ) |
|
|
inlineinherited |
| void CSListener::SetPemLocation |
( |
const CS_STRING & |
s | ) |
|
|
inlineinherited |
set the location of the pemfile
| void CSListener::SetPemPass |
( |
const CS_STRING & |
s | ) |
|
|
inlineinherited |
| void CSListener::SetPort |
( |
uint16_t |
iPort | ) |
|
|
inlineinherited |
sets the port to listen on. Set to 0 to listen on a random port
| void CSListener::SetRequireClientCertFlags |
( |
unsigned int |
iRequireCertFlags | ) |
|
|
inlineinherited |
bitwise flags, 0 means don't require cert, SSL_VERIFY_PEER verifies peers, SSL_VERIFY_FAIL_IF_NO_PEER_CERT will cause the connection to fail if no cert
References CS_STRING.
| void CSListener::SetRequiresClientCert |
( |
bool |
b | ) |
|
|
inlineinherited |
| void CSListener::SetSockName |
( |
const CS_STRING & |
sSockName | ) |
|
|
inlineinherited |
| void CSListener::SetTimeout |
( |
uint32_t |
i | ) |
|
|
inlineinherited |
The documentation for this class was generated from the following file: