ServerPlatform

class Object
trait Matchable
class Any
object Server

Type members

Types

type Address = InetSocketAddress

Value members

Concrete methods

def defaultProgram: String

The default file path to scsynth. If the runtime (system) property "SC_HOME" is provided, this specifies the directory of scsynth. Otherwise, an environment (shell) variable named "SC_HOME" is checked. If neither exists, this returns scsynth in the current working directory.

The default file path to scsynth. If the runtime (system) property "SC_HOME" is provided, this specifies the directory of scsynth. Otherwise, an environment (shell) variable named "SC_HOME" is checked. If neither exists, this returns scsynth in the current working directory.

def isLocal(addr: Address): Boolean
protected def prepareConnection(serverConfig: Config, clientConfig: Config): (Address, Client)