|
| TipperFileClient (std::string fileName) |
|
virtual | ~TipperFileClient () |
|
void | processServerData () |
|
| SshClient (bool spawn, std::string gateway, std::string host, unsigned connectPort, unsigned readBufSize=0, unsigned sendBufSize=0) |
|
virtual | ~SshClient () |
|
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 () |
|
|
static | THREAD_START (startUp) |
|
void | sendServerData (NetDat &dat) |
|
void | initMembers (std::string gateway, std::string host, unsigned port, unsigned readBufSize, unsigned sendBufSize) |
|
void | connect () |
|
void | disconnect () |
|
virtual void | reportError () |
|
virtual void | broadcastReady () |
|
void | spawn (void *arg) |
|
static | RUN_FN (runFn) |
|
static | NET_READ_HANDLER (readHandler) |
|
static | NET_SEND_HANDLER (sendHandler) |
|
static | NET_ERROR_HANDLER (errHandler) |
|
TimeVal | timeOut_ |
|
struct timeval * | timeOutPtr_ |
|
SshTunnel | tunnel_ |
|
std::string | gateway_ |
|
std::string | host_ |
|
unsigned short | port_ |
|
bool | stop_ |
|
TcpClient | tcp_ |
|
NetHandler | handler_ |
|
FdSet | fdSet_ |
|
Thread * | spawnedThread_ |
|
bool | spawned_ |
|
RUN_FN * | runFn_ |
|
TipperFileClient::TipperFileClient |
( |
std::string |
fileName | ) |
|
Constructor.
....................................................................... Constructor.
TipperFileClient::~TipperFileClient |
( |
| ) |
|
|
virtual |
Destructor.
....................................................................... Destructor.
void TipperFileClient::processServerData |
( |
| ) |
|
|
virtual |
....................................................................... Destructor.
Reimplemented from gcp::util::TipperSshClient.
The documentation for this class was generated from the following files: