#include <JSocket.h>
Public Member Functions | |
SocketTester (int port) | |
virtual | ~SocketTester () |
Object * | clone () const |
void | run () |
bool | unitTest () |
Public Attributes | |
bool | shouldContinue |
int | portnum |
JSocket * | server |
Definition at line 340 of file JSocket.h.
cmlabs::SocketTester::SocketTester | ( | int | port | ) |
Definition at line 2117 of file JSocket.cpp.
cmlabs::SocketTester::~SocketTester | ( | ) | [virtual] |
Definition at line 2122 of file JSocket.cpp.
Object* cmlabs::SocketTester::clone | ( | ) | const [virtual] |
void cmlabs::SocketTester::run | ( | ) | [virtual] |
bool cmlabs::SocketTester::unitTest | ( | ) |