72 bool beginWaitingForSocket (
int portNumber,
const String& bindAddress =
String());
87 int getBoundPort()
const noexcept;
103 std::unique_ptr<StreamingSocket> socket;
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...
#define JUCE_API
This macro is added to all JUCE public class declarations.