Class Index | File Index

Classes


Class Guacamole.HTTPTunnel


Extends Guacamole.Tunnel.

Defined in: Tunnel.js.

Class Summary
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.

Documentation generated by JsDoc Toolkit 2.4.0 on Tue Sep 08 2015 22:31:29 GMT-0700 (PDT)