#include <SocketCore.h>
◆ SocketCore()
| uHTTP::SocketCore::SocketCore |
( |
| ) |
|
◆ ~SocketCore()
| virtual uHTTP::SocketCore::~SocketCore |
( |
| ) |
|
|
virtual |
◆ close()
| bool uHTTP::SocketCore::close |
( |
| ) |
|
◆ getErrorCode()
| int uHTTP::SocketCore::getErrorCode |
( |
| ) |
const |
|
inline |
◆ GetInstanceCount()
| static size_t uHTTP::SocketCore::GetInstanceCount |
( |
| ) |
|
|
static |
◆ GetInstanceList()
| static SocketList * uHTTP::SocketCore::GetInstanceList |
( |
| ) |
|
|
static |
◆ getLocalAddress()
| const char * uHTTP::SocketCore::getLocalAddress |
( |
| ) |
|
|
inline |
◆ getLocalPort()
| int uHTTP::SocketCore::getLocalPort |
( |
| ) |
|
|
inline |
◆ getSocket()
| SOCKET uHTTP::SocketCore::getSocket |
( |
| ) |
|
|
inline |
◆ getType()
| int uHTTP::SocketCore::getType |
( |
| ) |
|
|
inline |
◆ isBound()
| bool uHTTP::SocketCore::isBound |
( |
| ) |
|
◆ setErrorCode()
| void uHTTP::SocketCore::setErrorCode |
( |
int | code | ) |
|
|
inlineprotected |
◆ setLocalAddress()
| void uHTTP::SocketCore::setLocalAddress |
( |
const std::string & | addr | ) |
|
|
inline |
◆ setLocalPort()
| void uHTTP::SocketCore::setLocalPort |
( |
int | port | ) |
|
|
inline |
◆ setReuseAddress()
| bool uHTTP::SocketCore::setReuseAddress |
( |
bool | on | ) |
|
◆ setSocket()
| void uHTTP::SocketCore::setSocket |
( |
SOCKET | value | ) |
|
|
inline |
◆ setTimeout()
| bool uHTTP::SocketCore::setTimeout |
( |
time_t | timeout | ) |
|
◆ setType()
| void uHTTP::SocketCore::setType |
( |
int | value | ) |
|
|
inlineprotected |
◆ DGRAM
| const int uHTTP::SocketCore::DGRAM |
|
static |
◆ errorCode
| int uHTTP::SocketCore::errorCode |
|
private |
◆ localAddr
| std::string uHTTP::SocketCore::localAddr |
|
private |
◆ localPort
| int uHTTP::SocketCore::localPort |
|
private |
◆ sock
| SOCKET uHTTP::SocketCore::sock |
|
protected |
◆ STREAM
| const int uHTTP::SocketCore::STREAM |
|
static |
◆ type
| int uHTTP::SocketCore::type |
|
private |
The documentation for this class was generated from the following file: