#include <remotesocketsite.hh>
It starts the connection process in separate kernel thread so that a call to gethostbyname() or connect() does not hang the entire application process. Meanwhile, the main thread repeatedly calls flushIncomingBuffers() while waiting for the worker thread to come back with the results of the connection.
For internal use only.
Definition at line 49 of file remotesocketsite.hh.
|
Definition at line 656 of file remotesocketsite.cc. |
|
Definition at line 664 of file remotesocketsite.cc. |
|
Definition at line 702 of file remotesocketsite.cc. |
|
Definition at line 52 of file remotesocketsite.hh. Referenced by AsyncConnect(), and operator()(). |
|
Definition at line 57 of file remotesocketsite.hh. Referenced by connect(), and operator()(). |
|
Definition at line 54 of file remotesocketsite.hh. Referenced by operator()(). |
|
Definition at line 55 of file remotesocketsite.hh. Referenced by operator()(). |
|
Definition at line 56 of file remotesocketsite.hh. Referenced by operator()(). |
|
Definition at line 53 of file remotesocketsite.hh. Referenced by AsyncConnect(), and operator()(). |
|
Definition at line 58 of file remotesocketsite.hh. Referenced by operator()(). |