Class net.user1.orbiter.Orbiter
- Extends net.user1.events.EventDispatcher
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:
- net.user1.orbiter.OrbiterEvent.READY
- net.user1.orbiter.OrbiterEvent.CLOSE
- net.user1.orbiter.OrbiterEvent.PROTOCOL_INCOMPATIBLE
Methods
connect(host, port1, port2, portn)
Connects to Union Server using the specified host and port(s).
|
|
getLog()
|
|
isReady()
|
|
secureConnect(host)
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.
|
|
toString()
|
- Inherited Methods
- from net.user1.events.EventDispatcher:
- addEventListener()
- dispatchEvent()
- getListeners()
- hasListener()
- removeEventListener()