LocalConfig is the basic configuration class of the Local Connection API.
It can be used to configure static parts, that means parts that are shared globally.
static public function getServerRegistry(Void):ServerRegistryReturns the currently used server registry.
That is either the server registry set via setServerRegistry or the default on which is an instance of class LocalServerRegistry.
the currenlty used server registry
static public function setServerRegistry(newServerRegistry:ServerRegistry):VoidSets a new server registry.
If you set a server registry of value null or undefined
getServerRegistry will return the default server registry.
newServerRegistry | the new server registry |