JUCE
|
Classes | |
class | ChildProcessSlave |
Acts as the slave end of a master/slave pair of connected processes. More... | |
class | ChildProcessMaster |
Acts as the master in a master/slave pair of connected processes. More... | |
class | InterprocessConnection |
Manages a simple two-way messaging connection to another process, using either a socket or a named pipe as the transport medium. More... | |
class | InterprocessConnectionServer |
An object that waits for client sockets to connect to a port on this host, and creates InterprocessConnection objects for each one. More... | |
struct | NetworkServiceDiscovery |
Contains classes that implement a simple protocol for broadcasting the availability and location of a discoverable service on the local network, and for maintaining a list of known services. More... | |
struct | NetworkServiceDiscovery::AvailableServiceList |
Watches the network for broadcasts from Advertiser objects, and keeps a list of all the currently active instances. More... | |
struct | NetworkServiceDiscovery::Service |
Contains information about a service that has been found on the network. More... | |
struct | NetworkServiceDiscovery::Advertiser |
An object which runs a thread to repeatedly broadcast the existence of a discoverable service. More... | |