static const AChar* commore::Listener::factory_name |
( |
| ) |
|
|
inlinestatic |
- Returns
- the listener factory name
virtual const AString& commore::Listener::get_address |
( |
| ) |
const |
|
pure virtual |
- Returns
- the encoded address of listener ! as it must appear in the sender spec address field.
virtual bool commore::Listener::is_ok |
( |
| ) |
|
|
virtual |
Check listener integrity Implementation return here possible invalid state
- Returns
- true if listener is ok
virtual bool commore::Listener::is_stopped |
( |
| ) |
|
|
virtual |
- Returns
- true if listener is listening
virtual void commore::Listener::reset_callback |
( |
| ) |
|
|
virtual |
virtual void commore::Listener::set_callback |
( |
Callback & |
callback | ) |
|
|
virtual |
virtual void commore::Listener::set_param |
( |
const Tuple & |
param | ) |
|
|
virtual |
virtual bool commore::Listener::start |
( |
| ) |
|
|
virtual |
Start listen, notice that start is automaticaly called when object is created.
- Returns
- true if lstener is started
virtual bool commore::Listener::stop |
( |
| ) |
|
|
virtual |
Stop listen Finish current call, close connections, and does not accept new connection any more.
- Returns
- true if lstener is stopped
The documentation for this class was generated from the following file: