Class Index | File Index

Classes


Class Guacamole.ChainedTunnel


Extends Guacamole.Tunnel.

Defined in: Tunnel.js.

Class Summary
Constructor Attributes Constructor Name and Description
 
Guacamole.ChainedTunnel(tunnel_chain)
Guacamole Tunnel which cycles between all specified tunnels until no tunnels are left.
Fields borrowed from class Guacamole.Tunnel:
receiveTimeout, state
Methods borrowed from class Guacamole.Tunnel:
connect, disconnect, sendMessage
Events borrowed from class Guacamole.Tunnel:
onerror, oninstruction, onstatechange
Class Detail
Guacamole.ChainedTunnel(tunnel_chain)
Guacamole Tunnel which cycles between all specified tunnels until no tunnels are left. Another tunnel is used if an error occurs but no instructions have been received. If an instruction has been received, or no tunnels remain, the error is passed directly out through the onerror handler (if defined).
Parameters:
{...} tunnel_chain
The tunnels to use, in order of priority.

Documentation generated by JsDoc Toolkit 2.4.0 on Wed Jun 10 2015 21:35:44 GMT-0700 (PDT)