This flavor of ConnectionManager will queue up all of the reset-connection messages from the ConnectionReaders and ConnectionWriters and report them to the client on demand.
More...
#include "queuedConnectionManager.h"
List of all members.
Detailed Description
This flavor of ConnectionManager will queue up all of the reset-connection messages from the ConnectionReaders and ConnectionWriters and report them to the client on demand.
When a reset connection has been discovered via reset_connection_available()/get_reset_connection(), it is still the responsibility of the client to call close_connection() on that connection to free up its resources.
Definition at line 39 of file queuedConnectionManager.h.
Member Function Documentation
| void QueuedConnectionManager::connection_reset |
( |
const PT(Connection)& |
connection, |
|
|
bool |
okflag |
|
) |
| [protected, virtual] |
| bool QueuedConnectionManager::get_reset_connection |
( |
PT(Connection)& |
connection | ) |
|
| bool QueuedConnectionManager::reset_connection_available |
( |
| ) |
const |
The documentation for this class was generated from the following files: