Class net.user1.orbiter.HTTPIFrameConnection
- Extends net.user1.orbiter.HTTPConnection
The HTTPIFrameConnection class is used by Orbiter to communicate with Union Server over HTTP in browsers that do not support CORS. Rather than using CORS, HTTPIFrameConnection bypasses cross-origin restrictions by proxying communications through a hidden HTML iframe. For a list of events dispatched by HTTPDirectConnection, net.user1.orbiter.Connection. For more information on HTTP communication with Union Server, see the HTTPDirectConnection class.
net.user1.orbiter.HTTPIFrameConnection(host, port, type)
|
Methods
connect()
|
|
toString()
|
- Inherited Methods
- from net.user1.orbiter.HTTPConnection:
- getSendDelay()
- send()
- setRetryDelay()
- setSendDelay()
- from net.user1.orbiter.Connection:
- disconnect()
- getHost()
- getPort()
- getRequestedHost()
- getType()
- isReady()
- setServer()
- from net.user1.events.EventDispatcher:
- addEventListener()
- dispatchEvent()
- getListeners()
- hasListener()
- removeEventListener()