Class: OutputStream

Guacamole.OutputStream(client, index)

new OutputStream(client, index)

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

index :Number

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

Methods

sendBlob(data)

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: