Class Guacamole.HTTPTunnel
Extends
Guacamole.Tunnel.
Defined in: tunnel.js.
Constructor Attributes | Constructor Name and Description |
---|---|
Guacamole.HTTPTunnel(tunnelURL)
Guacamole Tunnel implemented over HTTP via XMLHttpRequest.
|
- Methods borrowed from class Guacamole.Tunnel:
- connect, disconnect, sendMessage
- Events borrowed from class Guacamole.Tunnel:
- onerror, oninstruction
Class Detail
Guacamole.HTTPTunnel(tunnelURL)
Guacamole Tunnel implemented over HTTP via XMLHttpRequest.
- Parameters:
- {String} tunnelURL
- The URL of the HTTP tunneling service.