Class Guacamole.HTTPTunnel
Extends
Guacamole.Tunnel.
Defined in: Tunnel.js.
Constructor Attributes | Constructor Name and Description |
---|---|
Guacamole.HTTPTunnel(tunnelURL, crossDomain)
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, crossDomain)
Guacamole Tunnel implemented over HTTP via XMLHttpRequest.
- Parameters:
- {String} tunnelURL
- The URL of the HTTP tunneling service.
- {Boolean} crossDomain Optional, Default: false
- Whether tunnel requests will be cross-domain, and thus must use CORS mechanisms and headers. By default, it is assumed that tunnel requests will be made to the same domain.