|
| TestRequestExecutor (uint32 id) |
|
| RequestExecutor (uint32 id=0, const char *name=NULL) |
|
bool | shutdownNetwork () |
|
bool | addLongRequestName (const char *name) |
|
bool | addGateway (uint32 id, std::string addr, uint16 port, uint8 encryption=NOENC) |
|
bool | setLongRequestLimit (uint32 limit) |
|
bool | receiveNetworkEvent (NetworkEvent *evt, NetworkChannel *channel, uint64 conid) |
|
bool | receiveMessage (DataMessage *msg, NetworkChannel *channel, uint64 conid) |
|
bool | receiveHTTPRequest (HTTPRequest *req, NetworkChannel *channel, uint64 conid) |
|
DataMessage * | waitForLongRequest (uint32 timeoutMS) |
|
DataMessage * | waitForShortRequest (uint32 timeoutMS) |
|
bool | replyToQuery (DataMessage *msg) |
|
virtual bool | stop (uint32 timeout=200) |
|
virtual bool | receiveTelnetLine (TelnetLine *line, NetworkChannel *channel, uint64 conid) |
|
virtual bool | receiveHTTPReply (HTTPReply *reply, HTTPRequest *req, NetworkChannel *channel, uint64 conid) |
|
|
THREAD_RET THREAD_FUNCTION_CALL | ShortExecutorRun (THREAD_ARG arg) |
|
THREAD_RET THREAD_FUNCTION_CALL | LongExecutorRun (THREAD_ARG arg) |
|
The documentation for this class was generated from the following files:
- /cygdrive/d/c/fa6/CMSDK/include/RequestExecutor.h
- /cygdrive/d/c/fa6/CMSDK/src/RequestExecutor.cpp