|
MoleQueue 0.9.0
|
#include <zeromqconnectionlistener.h>
Public Member Functions | |
| ZeroMqConnectionListener (QObject *parentObject, const QString &connectionString) | |
| void | start () |
| void | stop (bool force) |
| void | stop () |
| QString | connectionString () const |
Public Member Functions inherited from ConnectionListener | |
| ConnectionListener (QObject *parentObject=0) | |
| virtual void | start ()=0 |
| virtual void | stop (bool force)=0 |
| virtual void | stop ()=0 |
| virtual QString | connectionString () const =0 |
Additional Inherited Members | |
Public Types inherited from ConnectionListener | |
| enum | Error { AddressInUseError , UnknownError = -1 } |
Signals inherited from ConnectionListener | |
| void | newConnection (MoleQueue::Connection *connection) |
| void | connectionError (MoleQueue::ConnectionListener::Error errorCode, const QString &message) |
ConnectionListener subclass using ZeroMQ.
|
virtual |
Start the connection listener, start listening for incoming connections.
Implements ConnectionListener.
|
virtual |
Stop the connection listener.
| force | if true, "extreme" measures may be taken to stop the listener. |
Implements ConnectionListener.
|
virtual |
Stop the connection listener without forcing it, equivalent to stop(false)
Implements ConnectionListener.
|
virtual |
Implements ConnectionListener.