Copyright USER1 Subsystems Corporation
2016-3-9 22:01

Class net.user1.orbiter.Orbiter

The Orbiter class is the root class of every OrbiterMicro application. It provides basic tools for connecting to Union server, and gives the application access to the core Orbiter system modules. The Orbiter class dispatches the following events:

To register for events, use net.user1.events.EventDispatcher#addEventListener.

Constructor
 

Methods

 
connect(host, port1, port2, portn)
Connects to Union Server using the specified host and port(s).
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

The secureConnect() method is identical to the connect() method, except that it uses an encrypted connection (TLS or SSL) rather than an unencrypted connection.

 
self()
 
setServer(host, port1, port2, portn)
Assigns the host and port(s) Orbiter should use when attempting to connect to Union Server.
 
Inherited Methods
from net.user1.events.EventDispatcher:
addEventListener()
dispatchEvent()
getListeners()
hasListener()
removeEventListener()