Class: OutputStream

Guacamole.OutputStream(clientnon-null, indexnon-null)

new OutputStream(clientnon-null, indexnon-null)

Abstract stream which can receive data.
Parameters:
Name Type Description
client Guacamole.Client The client owning this stream.
index number The index of this stream.
Source:

Members

(non-null) index :number

The index of this stream.
Type:
  • number
Source:

Methods

sendBlob(datanon-null)

Writes the given base64-encoded data to this stream as a blob.
Parameters:
Name Type Description
data string The base64-encoded data to send.
Source:

sendEnd()

Closes this stream.
Source:

Events

onack

Fired whenever an acknowledgement is received from the server, indicating that a stream operation has completed, or an error has occurred.
Parameters:
Name Type Description
status Guacamole.Status The status of the operation.
Source: