|
| TCPServerSocket (const std::string &ip, unsigned short port) |
|
void | setIP (const std::string &ip) |
|
void | setPort (unsigned short port) |
|
const std::string & | getIP () const |
|
unsigned short | getPort () const |
|
int | open (int nqueue=5) |
|
int | open (const std::string &ip, unsigned short port, int nqueue=5) |
|
TCPSocket | accept () |
|
int | get_fd () const |
|
bool | select (int sec=-1, int usec=-1) |
|
bool | select2 (int sec=-1, int usec=-1) |
|
bool | close () |
|
|
std::string | m_ip |
|
unsigned short | m_port |
|
Definition at line 20 of file TCPServerSocket.h.
The documentation for this class was generated from the following files: