68 bool beginWaitingForSocket (
int portNumber,
const String& bindAddress =
String());
83 int getBoundPort()
const noexcept;
An object that waits for client sockets to connect to a port on this host, and creates InterprocessCo...
virtual InterprocessConnection * createConnectionObject()=0
Creates a suitable connection object for a client process that wants to connect to this one.
Manages a simple two-way messaging connection to another process, using either a socket or a named pi...