Class net.user1.orbiter.HTTPConnection
- Extends net.user1.orbiter.Connection
HTTPConnection is the abstract superclass of HTTPDirectConnection and HTTPIFrameConnection; it is used internally by Orbiter, and is not intended for direct use by Orbiter developers. For information on HTTP communication with Union Server, see the HTTPDirectConnection and HTTPIFrameConnection classes. For a list of events dispatched by HTTPConnection, see HTTPConnection's superclass, net.user1.orbiter.Connection.
net.user1.orbiter.HTTPConnection(host, port, type)
|
<static> <constant> |
net.user1.orbiter.HTTPConnection.DEFAULT_SEND_DELAY
|
Methods
connect()
|
|
send(data)
|
|
setRetryDelay(milliseconds)
|
|
setSendDelay(milliseconds)
|
|
toString()
|
- Inherited Methods
- from net.user1.orbiter.Connection:
- disconnect()
- getHost()
- getPort()
- getRequestedHost()
- getType()
- isReady()
- setServer()
- from net.user1.events.EventDispatcher:
- addEventListener()
- dispatchEvent()
- getListeners()
- hasListener()
- removeEventListener()