Class: StringWriter

Guacamole.StringWriter(stream)

new StringWriter(stream)

A writer which automatically writes to the given output stream with text data.
Parameters:
Name Type Description
stream Guacamole.OutputStream The stream that data will be written to.
Source:

Methods

sendEnd()

Signals that no further text will be sent, effectively closing the stream.
Source:

sendText(text)

Sends the given text.
Parameters:
Name Type Description
text String The text to send.
Source:

Events

onack

Fired for received data, if acknowledged by the server.
Parameters:
Name Type Description
status Guacamole.Status The status of the operation.
Source: