Public Member Functions | |
HTTPClient () | |
bool | connect (const string &server, int port) |
bool | send (const string &data) |
bool | read (string &result) |
bool | test_connection () |
void | close () |
bool | is_closed () const |
Public Attributes | |
QueuedConnectionManager | _manager |
QueuedConnectionReader | _reader |
ConnectionWriter | _writer |
PointerTo< Connection > | _connection |
|
Definition at line 53 of file test_proxy.cxx. References _reader, _writer, ConnectionWriter::set_raw_mode(), and ConnectionReader::set_raw_mode(). |
|
Definition at line 115 of file test_proxy.cxx. References _connection, _manager, and NULL. |
|
Definition at line 62 of file test_proxy.cxx. References _connection, and _manager. |
|
Definition at line 124 of file test_proxy.cxx. |
|
Definition at line 83 of file test_proxy.cxx. References _reader, QueuedConnectionReader::get_data(), and Datagram::get_message(). |
|
Definition at line 76 of file test_proxy.cxx. References _writer. |
|
Definition at line 99 of file test_proxy.cxx. References _connection, _manager, ConnectionManager::close_connection(), and NULL. |
|
Definition at line 49 of file test_proxy.cxx. Referenced by close(), connect(), and test_connection(). |
|
Definition at line 46 of file test_proxy.cxx. Referenced by close(), connect(), and test_connection(). |
|
Definition at line 47 of file test_proxy.cxx. Referenced by HTTPClient(), and read(). |
|
Definition at line 48 of file test_proxy.cxx. Referenced by HTTPClient(), and send(). |