|
| Client (bool spawn, std::string host, unsigned connectPort, unsigned readBufSize=0, unsigned sendBufSize=0) |
|
virtual | ~Client () |
|
void | run () |
|
void | setReadBufSize (unsigned size) |
|
void | setSendBufSize (unsigned size) |
|
| Runnable (bool spawnThread, RUN_FN(*runFn)) |
|
| Runnable (bool spawnThread, RUN_FN(*runFn), int priority) |
|
virtual | ~Runnable () |
|
void | blockForever () |
|
void | spawn () |
|
Client::Client |
( |
bool |
spawnThread, |
|
|
std::string |
host, |
|
|
unsigned |
port, |
|
|
unsigned |
readBufSize = 0 , |
|
|
unsigned |
sendBufSize = 0 |
|
) |
| |
Constructor.
....................................................................... Constructor.
Destructor.
....................................................................... Destructor.
void Client::run |
( |
void |
| ) |
|
Block in select
....................................................................... Block in select
void Client::sendServerData |
( |
NetDat & |
dat | ) |
|
|
protected |
....................................................................... Send data to the server
The documentation for this class was generated from the following files:
- gcpCbass/util/common/Client.h
- gcpCbass/util/common/Client.cc