ServerRegistry keeps track of running servers.
ServerRegistry
public function containsServer(host:String):Boolean
Checks if a server with passed-in host exists / is registerd.
host
public function registerServer(host:String):Void
Registers a server with the given host.
public function removeServer(host:String):Void
Unregisters the server with the given host.