#include <zeromqconnectionlistener.h>
Public Member Functions | |
ZeroMqConnectionListener (QObject *parentObject, const QString &connectionString) | |
void | start () |
void | stop (bool force) |
void | stop () |
QString | connectionString () const |
![]() | |
ConnectionListener (QObject *parentObject=0) | |
Additional Inherited Members | |
![]() | |
enum | Error { AddressInUseError, UnknownError = -1 } |
![]() | |
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.