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... | |