GCF::IpcServer Class Reference
Provides a IPC server based on QTcpServer
Create an instance of this class and call listen()
to begin listening for incoming requests and responding to them.
#include <GCF3/IpcServer>
Public Member Functions | |
IpcServer (QObject *parent=0) | |
~IpcServer () | |
Static Public Member Functions | |
static QList< GCF::IpcServer * > | servers () |
Constructor & Destructor Documentation
GCF::IpcServer::IpcServer | ( | QObject * | parent = 0 | ) |
Creates an instance of this class with parent object parent
GCF::IpcServer::~IpcServer | ( | ) |
Destructor
Member Function Documentation
|
static |
- Returns
- a list of all server instances created in this application