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

Class net.user1.orbiter.Connection

Connection is the abstract superclass of HTTPConnection and WebSocketConnection; it is used internally by Orbiter, and is not intended for direct use by Orbiter developers. For information on communication with Union Server, see Orbiter's connect() method, the WebSocketConnection class and the HTTPDirectConnection and HTTPIFrameConnection classes. The Connection class dispatches the following events:

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

Constructor
 
net.user1.orbiter.Connection(host, port, type)