Class Index | File Index

Classes


Class Guacamole.StringWriter


Defined in: StringWriter.js.

Class Summary
Constructor Attributes Constructor Name and Description
 
A writer which automatically writes to the given output stream with text data.
Method Summary
Method Attributes Method Name and Description
 
Signals that no further text will be sent, effectively closing the stream.
 
sendText(text)
Sends the given text.
Event Summary
Event Attributes Event Name and Description
 
onack(status)
Fired for received data, if acknowledged by the server.
Class Detail
Guacamole.StringWriter(stream)
A writer which automatically writes to the given output stream with text data.
Parameters:
{Guacamole.OutputStream} stream
The stream that data will be written to.
Method Detail
sendEnd()
Signals that no further text will be sent, effectively closing the stream.

sendText(text)
Sends the given text.
Parameters:
{String} text
The text to send.
Event Detail
onack(status)
Fired for received data, if acknowledged by the server.
Parameters:
{Guacamole.Status} status
The status of the operation.

Documentation generated by JsDoc Toolkit 2.4.0 on Wed Jun 10 2015 21:35:44 GMT-0700 (PDT)