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.
|
- 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.HTTPTunnel(tunnelURL)
Guacamole Tunnel implemented over HTTP via XMLHttpRequest.
- Parameters:
- {String} tunnelURL
- The URL of the HTTP tunneling service.