You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@guacamole.apache.org by vn...@apache.org on 2018/12/30 20:22:34 UTC

[51/52] [abbrv] [partial] guacamole-website git commit: Add documentation for 1.0.0.

Add documentation for 1.0.0.


Project: http://git-wip-us.apache.org/repos/asf/guacamole-website/repo
Commit: http://git-wip-us.apache.org/repos/asf/guacamole-website/commit/044692cf
Tree: http://git-wip-us.apache.org/repos/asf/guacamole-website/tree/044692cf
Diff: http://git-wip-us.apache.org/repos/asf/guacamole-website/diff/044692cf

Branch: refs/heads/master
Commit: 044692cfe4a81b68c2dbe29c5c5e08b1da0645f2
Parents: 66eb08c
Author: Michael Jumper <mj...@apache.org>
Authored: Fri Dec 21 13:49:53 2018 -0800
Committer: Michael Jumper <mj...@apache.org>
Committed: Fri Dec 21 13:51:37 2018 -0800

----------------------------------------------------------------------
 .../ArrayBufferReader.js.html                   |  126 +
 .../ArrayBufferWriter.js.html                   |  174 +
 .../AudioContextFactory.js.html                 |  130 +
 .../guacamole-common-js/AudioPlayer.js.html     |  556 ++
 .../guacamole-common-js/AudioRecorder.js.html   |  622 ++
 .../guacamole-common-js/BlobReader.js.html      |  178 +
 .../guacamole-common-js/BlobWriter.js.html      |  296 +
 doc/1.0.0/guacamole-common-js/Client.js.html    | 1681 ++++
 .../guacamole-common-js/DataURIReader.js.html   |  134 +
 doc/1.0.0/guacamole-common-js/Display.js.html   | 1533 +++
 .../Guacamole.ArrayBufferReader.html            |  446 +
 .../Guacamole.ArrayBufferWriter.html            |  748 ++
 .../Guacamole.AudioContextFactory.html          |  331 +
 .../Guacamole.AudioPlayer.html                  |  724 ++
 .../Guacamole.AudioRecorder.html                |  818 ++
 .../Guacamole.BlobReader.html                   |  690 ++
 .../Guacamole.BlobWriter.html                   | 1063 ++
 .../Guacamole.ChainedTunnel.html                | 1517 +++
 .../guacamole-common-js/Guacamole.Client.html   | 4818 ++++++++++
 .../Guacamole.DataURIReader.html                |  425 +
 .../Guacamole.Display.VisibleLayer.html         | 6590 +++++++++++++
 .../guacamole-common-js/Guacamole.Display.html  | 9056 ++++++++++++++++++
 .../Guacamole.HTTPTunnel.html                   | 1599 ++++
 .../Guacamole.InputSink.html                    |  370 +
 .../Guacamole.InputStream.html                  |  706 ++
 .../Guacamole.IntegerPool.html                  |  494 +
 .../Guacamole.JSONReader.html                   |  668 ++
 .../Guacamole.Keyboard.ModifierState.html       |  695 ++
 .../guacamole-common-js/Guacamole.Keyboard.html | 1656 ++++
 .../Guacamole.Layer.Pixel.html                  |  544 ++
 .../guacamole-common-js/Guacamole.Layer.html    | 5706 +++++++++++
 .../Guacamole.Mouse.State.html                  | 1059 ++
 .../Guacamole.Mouse.Touchpad.html               |  904 ++
 .../Guacamole.Mouse.Touchscreen.html            |  970 ++
 .../guacamole-common-js/Guacamole.Mouse.html    | 1276 +++
 .../guacamole-common-js/Guacamole.Object.html   | 1110 +++
 .../Guacamole.OnScreenKeyboard.Key.html         |  646 ++
 .../Guacamole.OnScreenKeyboard.Layout.html      |  677 ++
 .../Guacamole.OnScreenKeyboard.html             |  976 ++
 .../Guacamole.OutputStream.html                 |  682 ++
 .../guacamole-common-js/Guacamole.Parser.html   |  474 +
 .../Guacamole.RawAudioFormat.html               |  611 ++
 .../Guacamole.RawAudioPlayer.html               |  628 ++
 .../Guacamole.RawAudioRecorder.html             |  804 ++
 .../Guacamole.SessionRecording.html             | 1705 ++++
 .../Guacamole.StaticHTTPTunnel.html             | 1601 ++++
 .../guacamole-common-js/Guacamole.Status.html   |  596 ++
 .../Guacamole.StringReader.html                 |  446 +
 .../Guacamole.StringWriter.html                 |  585 ++
 .../guacamole-common-js/Guacamole.Tunnel.html   | 1535 +++
 .../Guacamole.VideoPlayer.html                  |  746 ++
 .../Guacamole.WebSocketTunnel.html              | 1501 +++
 doc/1.0.0/guacamole-common-js/Guacamole.html    |  322 +
 doc/1.0.0/guacamole-common-js/InputSink.js.html |  179 +
 .../guacamole-common-js/InputStream.js.html     |  121 +
 .../guacamole-common-js/IntegerPool.js.html     |  127 +
 .../guacamole-common-js/JSONReader.js.html      |  165 +
 doc/1.0.0/guacamole-common-js/Keyboard.js.html  | 1564 +++
 doc/1.0.0/guacamole-common-js/Layer.js.html     | 1029 ++
 doc/1.0.0/guacamole-common-js/Mouse.js.html     | 1138 +++
 doc/1.0.0/guacamole-common-js/Namespace.js.html |   77 +
 doc/1.0.0/guacamole-common-js/Object.js.html    |  261 +
 .../OnScreenKeyboard.js.html                    |  994 ++
 .../guacamole-common-js/OutputStream.js.html    |  119 +
 doc/1.0.0/guacamole-common-js/Parser.js.html    |  207 +
 .../guacamole-common-js/RawAudioFormat.js.html  |  197 +
 .../SessionRecording.js.html                    |  870 ++
 doc/1.0.0/guacamole-common-js/Status.js.html    |  369 +
 .../guacamole-common-js/StringReader.js.html    |  217 +
 .../guacamole-common-js/StringWriter.js.html    |  242 +
 doc/1.0.0/guacamole-common-js/Tunnel.js.html    | 1435 +++
 doc/1.0.0/guacamole-common-js/Version.js.html   |   81 +
 .../guacamole-common-js/VideoPlayer.js.html     |  159 +
 .../fonts/OpenSans-Bold-webfont.eot             |  Bin 0 -> 19544 bytes
 .../fonts/OpenSans-Bold-webfont.svg             | 1830 ++++
 .../fonts/OpenSans-Bold-webfont.woff            |  Bin 0 -> 22432 bytes
 .../fonts/OpenSans-BoldItalic-webfont.eot       |  Bin 0 -> 20133 bytes
 .../fonts/OpenSans-BoldItalic-webfont.svg       | 1830 ++++
 .../fonts/OpenSans-BoldItalic-webfont.woff      |  Bin 0 -> 23048 bytes
 .../fonts/OpenSans-Italic-webfont.eot           |  Bin 0 -> 20265 bytes
 .../fonts/OpenSans-Italic-webfont.svg           | 1830 ++++
 .../fonts/OpenSans-Italic-webfont.woff          |  Bin 0 -> 23188 bytes
 .../fonts/OpenSans-Light-webfont.eot            |  Bin 0 -> 19514 bytes
 .../fonts/OpenSans-Light-webfont.svg            | 1831 ++++
 .../fonts/OpenSans-Light-webfont.woff           |  Bin 0 -> 22248 bytes
 .../fonts/OpenSans-LightItalic-webfont.eot      |  Bin 0 -> 20535 bytes
 .../fonts/OpenSans-LightItalic-webfont.svg      | 1835 ++++
 .../fonts/OpenSans-LightItalic-webfont.woff     |  Bin 0 -> 23400 bytes
 .../fonts/OpenSans-Regular-webfont.eot          |  Bin 0 -> 19836 bytes
 .../fonts/OpenSans-Regular-webfont.svg          | 1831 ++++
 .../fonts/OpenSans-Regular-webfont.woff         |  Bin 0 -> 22660 bytes
 doc/1.0.0/guacamole-common-js/index.html        |   65 +
 .../guacamole-common-js/scripts/linenumber.js   |   25 +
 .../scripts/prettify/Apache-License-2.0.txt     |  202 +
 .../scripts/prettify/lang-css.js                |    2 +
 .../scripts/prettify/prettify.js                |   28 +
 .../styles/jsdoc-default.css                    |  358 +
 .../styles/prettify-jsdoc.css                   |  111 +
 .../styles/prettify-tomorrow.css                |  132 +
 .../guacamole-common/allclasses-frame.html      |   65 +
 .../guacamole-common/allclasses-noframe.html    |   65 +
 doc/1.0.0/guacamole-common/constant-values.html |  190 +
 doc/1.0.0/guacamole-common/deprecated-list.html |  126 +
 doc/1.0.0/guacamole-common/help-doc.html        |  231 +
 doc/1.0.0/guacamole-common/index-all.html       | 1339 +++
 doc/1.0.0/guacamole-common/index.html           |   76 +
 .../GuacamoleClientBadTypeException.html        |  379 +
 .../guacamole/GuacamoleClientException.html     |  379 +
 .../GuacamoleClientOverrunException.html        |  381 +
 .../GuacamoleClientTimeoutException.html        |  378 +
 .../GuacamoleClientTooManyException.html        |  380 +
 .../GuacamoleConnectionClosedException.html     |  381 +
 .../apache/guacamole/GuacamoleException.html    |  409 +
 .../GuacamoleResourceClosedException.html       |  379 +
 .../GuacamoleResourceConflictException.html     |  380 +
 .../GuacamoleResourceNotFoundException.html     |  381 +
 .../guacamole/GuacamoleSecurityException.html   |  383 +
 .../guacamole/GuacamoleServerBusyException.html |  379 +
 .../guacamole/GuacamoleServerException.html     |  379 +
 .../GuacamoleSessionClosedException.html        |  379 +
 .../GuacamoleSessionConflictException.html      |  379 +
 .../GuacamoleSessionTimeoutException.html       |  379 +
 .../GuacamoleUnauthorizedException.html         |  385 +
 .../GuacamoleUnsupportedException.html          |  379 +
 .../guacamole/GuacamoleUpstreamException.html   |  380 +
 .../GuacamoleUpstreamNotFoundException.html     |  379 +
 .../GuacamoleUpstreamTimeoutException.html      |  381 +
 .../GuacamoleUpstreamUnavailableException.html  |  383 +
 .../GuacamoleClientBadTypeException.html        |  126 +
 .../class-use/GuacamoleClientException.html     |  230 +
 .../GuacamoleClientOverrunException.html        |  126 +
 .../GuacamoleClientTimeoutException.html        |  126 +
 .../GuacamoleClientTooManyException.html        |  126 +
 .../GuacamoleConnectionClosedException.html     |  126 +
 .../guacamole/class-use/GuacamoleException.html |  666 ++
 .../GuacamoleResourceClosedException.html       |  126 +
 .../GuacamoleResourceConflictException.html     |  126 +
 .../GuacamoleResourceNotFoundException.html     |  126 +
 .../class-use/GuacamoleSecurityException.html   |  174 +
 .../class-use/GuacamoleServerBusyException.html |  126 +
 .../class-use/GuacamoleServerException.html     |  187 +
 .../GuacamoleSessionClosedException.html        |  126 +
 .../GuacamoleSessionConflictException.html      |  126 +
 .../GuacamoleSessionTimeoutException.html       |  126 +
 .../GuacamoleUnauthorizedException.html         |  126 +
 .../GuacamoleUnsupportedException.html          |  126 +
 .../class-use/GuacamoleUpstreamException.html   |  234 +
 .../GuacamoleUpstreamNotFoundException.html     |  126 +
 .../GuacamoleUpstreamTimeoutException.html      |  126 +
 .../GuacamoleUpstreamUnavailableException.html  |  126 +
 .../apache/guacamole/io/GuacamoleReader.html    |  302 +
 .../apache/guacamole/io/GuacamoleWriter.html    |  302 +
 .../guacamole/io/ReaderGuacamoleReader.html     |  371 +
 .../guacamole/io/WriterGuacamoleWriter.html     |  371 +
 .../guacamole/io/class-use/GuacamoleReader.html |  289 +
 .../guacamole/io/class-use/GuacamoleWriter.html |  289 +
 .../io/class-use/ReaderGuacamoleReader.html     |  126 +
 .../io/class-use/WriterGuacamoleWriter.html     |  126 +
 .../org/apache/guacamole/io/package-frame.html  |   27 +
 .../apache/guacamole/io/package-summary.html    |  188 +
 .../org/apache/guacamole/io/package-tree.html   |  145 +
 .../org/apache/guacamole/io/package-use.html    |  231 +
 .../guacamole/net/AbstractGuacamoleTunnel.html  |  496 +
 .../net/DelegatingGuacamoleTunnel.html          |  539 ++
 .../apache/guacamole/net/GuacamoleSocket.html   |  310 +
 .../apache/guacamole/net/GuacamoleTunnel.html   |  479 +
 .../guacamole/net/InetGuacamoleSocket.html      |  392 +
 .../guacamole/net/SSLGuacamoleSocket.html       |  392 +
 .../guacamole/net/SimpleGuacamoleTunnel.html    |  346 +
 .../net/class-use/AbstractGuacamoleTunnel.html  |  171 +
 .../class-use/DelegatingGuacamoleTunnel.html    |  126 +
 .../net/class-use/GuacamoleSocket.html          |  300 +
 .../net/class-use/GuacamoleTunnel.html          |  282 +
 .../net/class-use/InetGuacamoleSocket.html      |  126 +
 .../net/class-use/SSLGuacamoleSocket.html       |  126 +
 .../net/class-use/SimpleGuacamoleTunnel.html    |  126 +
 .../org/apache/guacamole/net/package-frame.html |   30 +
 .../apache/guacamole/net/package-summary.html   |  209 +
 .../org/apache/guacamole/net/package-tree.html  |  151 +
 .../org/apache/guacamole/net/package-use.html   |  246 +
 .../org/apache/guacamole/package-frame.html     |   42 +
 .../org/apache/guacamole/package-summary.html   |  308 +
 .../org/apache/guacamole/package-tree.html      |  183 +
 .../org/apache/guacamole/package-use.html       |  316 +
 .../protocol/ConfiguredGuacamoleSocket.html     |  481 +
 .../protocol/FailoverGuacamoleSocket.html       |  399 +
 .../protocol/FilteredGuacamoleReader.html       |  377 +
 .../protocol/FilteredGuacamoleSocket.html       |  394 +
 .../protocol/FilteredGuacamoleWriter.html       |  377 +
 .../protocol/GuacamoleClientInformation.html    |  452 +
 .../protocol/GuacamoleConfiguration.html        |  519 +
 .../guacamole/protocol/GuacamoleFilter.html     |  246 +
 .../protocol/GuacamoleInstruction.html          |  370 +
 .../guacamole/protocol/GuacamoleParser.html     |  469 +
 .../guacamole/protocol/GuacamoleStatus.html     |  749 ++
 .../class-use/ConfiguredGuacamoleSocket.html    |  126 +
 .../class-use/FailoverGuacamoleSocket.html      |  126 +
 .../class-use/FilteredGuacamoleReader.html      |  126 +
 .../class-use/FilteredGuacamoleSocket.html      |  126 +
 .../class-use/FilteredGuacamoleWriter.html      |  126 +
 .../class-use/GuacamoleClientInformation.html   |  172 +
 .../class-use/GuacamoleConfiguration.html       |  203 +
 .../protocol/class-use/GuacamoleFilter.html     |  186 +
 .../class-use/GuacamoleInstruction.html         |  252 +
 .../protocol/class-use/GuacamoleParser.html     |  126 +
 .../protocol/class-use/GuacamoleStatus.html     |  296 +
 .../guacamole/protocol/package-frame.html       |   37 +
 .../guacamole/protocol/package-summary.html     |  247 +
 .../apache/guacamole/protocol/package-tree.html |  163 +
 .../apache/guacamole/protocol/package-use.html  |  237 +
 .../servlet/GuacamoleHTTPTunnelServlet.html     |  596 ++
 .../class-use/GuacamoleHTTPTunnelServlet.html   |  126 +
 .../apache/guacamole/servlet/package-frame.html |   21 +
 .../guacamole/servlet/package-summary.html      |  158 +
 .../apache/guacamole/servlet/package-tree.html  |  147 +
 .../apache/guacamole/servlet/package-use.html   |  126 +
 .../GuacamoleWebSocketTunnelEndpoint.html       |  359 +
 .../GuacamoleWebSocketTunnelEndpoint.html       |  126 +
 .../guacamole/websocket/package-frame.html      |   21 +
 .../guacamole/websocket/package-summary.html    |  147 +
 .../guacamole/websocket/package-tree.html       |  143 +
 .../apache/guacamole/websocket/package-use.html |  126 +
 doc/1.0.0/guacamole-common/overview-frame.html  |   27 +
 .../guacamole-common/overview-summary.html      |  174 +
 doc/1.0.0/guacamole-common/overview-tree.html   |  241 +
 doc/1.0.0/guacamole-common/package-list         |    6 +
 doc/1.0.0/guacamole-common/script.js            |   30 +
 doc/1.0.0/guacamole-common/serialized-form.html |  308 +
 doc/1.0.0/guacamole-common/stylesheet.css       |  574 ++
 doc/1.0.0/guacamole-ext/allclasses-frame.html   |  133 +
 doc/1.0.0/guacamole-ext/allclasses-noframe.html |  133 +
 doc/1.0.0/guacamole-ext/constant-values.html    |  270 +
 doc/1.0.0/guacamole-ext/deprecated-list.html    |  241 +
 doc/1.0.0/guacamole-ext/help-doc.html           |  231 +
 doc/1.0.0/guacamole-ext/index-all.html          | 3237 +++++++
 doc/1.0.0/guacamole-ext/index.html              |   76 +
 .../guacamole/environment/Environment.html      |  494 +
 .../guacamole/environment/LocalEnvironment.html |  520 +
 .../environment/class-use/Environment.html      |  170 +
 .../environment/class-use/LocalEnvironment.html |  126 +
 .../guacamole/environment/package-frame.html    |   25 +
 .../guacamole/environment/package-summary.html  |  166 +
 .../guacamole/environment/package-tree.html     |  143 +
 .../guacamole/environment/package-use.html      |  162 +
 .../org/apache/guacamole/form/BooleanField.html |  283 +
 .../org/apache/guacamole/form/DateField.html    |  392 +
 .../org/apache/guacamole/form/EmailField.html   |  274 +
 .../org/apache/guacamole/form/EnumField.html    |  278 +
 .../org/apache/guacamole/form/Field.Type.html   |  475 +
 .../org/apache/guacamole/form/Field.html        |  463 +
 .../org/apache/guacamole/form/FieldOption.html  |  366 +
 .../org/apache/guacamole/form/Form.html         |  372 +
 .../apache/guacamole/form/MultilineField.html   |  274 +
 .../org/apache/guacamole/form/NumericField.html |  346 +
 .../apache/guacamole/form/PasswordField.html    |  275 +
 .../org/apache/guacamole/form/TextField.html    |  344 +
 .../org/apache/guacamole/form/TimeField.html    |  392 +
 .../apache/guacamole/form/TimeZoneField.html    |  321 +
 .../apache/guacamole/form/UsernameField.html    |  275 +
 .../guacamole/form/class-use/BooleanField.html  |  126 +
 .../guacamole/form/class-use/DateField.html     |  126 +
 .../guacamole/form/class-use/EmailField.html    |  126 +
 .../guacamole/form/class-use/EnumField.html     |  126 +
 .../guacamole/form/class-use/Field.Type.html    |  126 +
 .../apache/guacamole/form/class-use/Field.html  |  384 +
 .../guacamole/form/class-use/FieldOption.html   |  126 +
 .../apache/guacamole/form/class-use/Form.html   |  331 +
 .../form/class-use/MultilineField.html          |  126 +
 .../guacamole/form/class-use/NumericField.html  |  126 +
 .../guacamole/form/class-use/PasswordField.html |  126 +
 .../guacamole/form/class-use/TextField.html     |  126 +
 .../guacamole/form/class-use/TimeField.html     |  126 +
 .../guacamole/form/class-use/TimeZoneField.html |  126 +
 .../guacamole/form/class-use/UsernameField.html |  126 +
 .../apache/guacamole/form/package-frame.html    |   35 +
 .../apache/guacamole/form/package-summary.html  |  245 +
 .../org/apache/guacamole/form/package-tree.html |  156 +
 .../org/apache/guacamole/form/package-use.html  |  232 +
 .../apache/guacamole/language/Translatable.html |  237 +
 .../guacamole/language/TranslatableMessage.html |  345 +
 .../language/class-use/Translatable.html        |  126 +
 .../language/class-use/TranslatableMessage.html |  170 +
 .../guacamole/language/package-frame.html       |   25 +
 .../guacamole/language/package-summary.html     |  167 +
 .../apache/guacamole/language/package-tree.html |  143 +
 .../apache/guacamole/language/package-use.html  |  163 +
 .../net/auth/AbstractActiveConnection.html      |  584 ++
 .../net/auth/AbstractAuthenticatedUser.html     |  366 +
 .../auth/AbstractAuthenticationProvider.html    |  650 ++
 .../guacamole/net/auth/AbstractConnection.html  |  490 +
 .../net/auth/AbstractConnectionGroup.html       |  469 +
 .../net/auth/AbstractIdentifiable.html          |  355 +
 .../net/auth/AbstractSharingProfile.html        |  517 +
 .../apache/guacamole/net/auth/AbstractUser.html |  763 ++
 .../guacamole/net/auth/AbstractUserContext.html |  855 ++
 .../guacamole/net/auth/AbstractUserGroup.html   |  671 ++
 .../guacamole/net/auth/ActiveConnection.html    |  490 +
 .../guacamole/net/auth/ActivityRecord.html      |  327 +
 .../ActivityRecordSet.SortableProperty.html     |  342 +
 .../guacamole/net/auth/ActivityRecordSet.html   |  371 +
 .../apache/guacamole/net/auth/Attributes.html   |  273 +
 .../guacamole/net/auth/AuthenticatedUser.html   |  365 +
 .../net/auth/AuthenticationProvider.html        |  541 ++
 .../apache/guacamole/net/auth/Connectable.html  |  269 +
 .../apache/guacamole/net/auth/Connection.html   |  458 +
 .../net/auth/ConnectionGroup.Type.html          |  361 +
 .../guacamole/net/auth/ConnectionGroup.html     |  441 +
 .../guacamole/net/auth/ConnectionRecord.html    |  321 +
 .../guacamole/net/auth/ConnectionRecordSet.html |  219 +
 .../apache/guacamole/net/auth/Credentials.html  |  557 ++
 .../guacamole/net/auth/DecoratingDirectory.html |  509 +
 .../net/auth/DelegatingConnection.html          |  701 ++
 .../net/auth/DelegatingConnectionGroup.html     |  679 ++
 .../guacamole/net/auth/DelegatingDirectory.html |  492 +
 .../net/auth/DelegatingSharingProfile.html      |  566 ++
 .../guacamole/net/auth/DelegatingUser.html      |  785 ++
 .../net/auth/DelegatingUserContext.html         |  824 ++
 .../guacamole/net/auth/DelegatingUserGroup.html |  695 ++
 .../apache/guacamole/net/auth/Directory.html    |  392 +
 ...moleProxyConfiguration.EncryptionMethod.html |  354 +
 .../net/auth/GuacamoleProxyConfiguration.html   |  392 +
 .../apache/guacamole/net/auth/Identifiable.html |  263 +
 .../apache/guacamole/net/auth/Permissions.html  |  399 +
 .../guacamole/net/auth/RelatedObjectSet.html    |  340 +
 .../apache/guacamole/net/auth/Shareable.html    |  262 +
 .../guacamole/net/auth/SharingProfile.html      |  377 +
 .../guacamole/net/auth/User.Attribute.html      |  336 +
 .../org/apache/guacamole/net/auth/User.html     |  413 +
 .../apache/guacamole/net/auth/UserContext.html  |  686 ++
 .../apache/guacamole/net/auth/UserGroup.html    |  327 +
 .../class-use/AbstractActiveConnection.html     |  126 +
 .../class-use/AbstractAuthenticatedUser.html    |  126 +
 .../AbstractAuthenticationProvider.html         |  173 +
 .../net/auth/class-use/AbstractConnection.html  |  172 +
 .../auth/class-use/AbstractConnectionGroup.html |  174 +
 .../auth/class-use/AbstractIdentifiable.html    |  254 +
 .../auth/class-use/AbstractSharingProfile.html  |  126 +
 .../net/auth/class-use/AbstractUser.html        |  172 +
 .../net/auth/class-use/AbstractUserContext.html |  173 +
 .../net/auth/class-use/AbstractUserGroup.html   |  173 +
 .../net/auth/class-use/ActiveConnection.html    |  201 +
 .../net/auth/class-use/ActivityRecord.html      |  260 +
 .../ActivityRecordSet.SortableProperty.html     |  229 +
 .../net/auth/class-use/ActivityRecordSet.html   |  294 +
 .../net/auth/class-use/Attributes.html          |  324 +
 .../net/auth/class-use/AuthenticatedUser.html   |  451 +
 .../auth/class-use/AuthenticationProvider.html  |  264 +
 .../net/auth/class-use/Connectable.html         |  250 +
 .../net/auth/class-use/Connection.html          |  331 +
 .../auth/class-use/ConnectionGroup.Type.html    |  215 +
 .../net/auth/class-use/ConnectionGroup.html     |  341 +
 .../net/auth/class-use/ConnectionRecord.html    |  224 +
 .../net/auth/class-use/ConnectionRecordSet.html |  203 +
 .../net/auth/class-use/Credentials.html         |  407 +
 .../net/auth/class-use/DecoratingDirectory.html |  126 +
 .../auth/class-use/DelegatingConnection.html    |  126 +
 .../class-use/DelegatingConnectionGroup.html    |  126 +
 .../net/auth/class-use/DelegatingDirectory.html |  172 +
 .../class-use/DelegatingSharingProfile.html     |  126 +
 .../net/auth/class-use/DelegatingUser.html      |  126 +
 .../auth/class-use/DelegatingUserContext.html   |  126 +
 .../net/auth/class-use/DelegatingUserGroup.html |  126 +
 .../guacamole/net/auth/class-use/Directory.html |  400 +
 ...moleProxyConfiguration.EncryptionMethod.html |  200 +
 .../class-use/GuacamoleProxyConfiguration.html  |  173 +
 .../net/auth/class-use/Identifiable.html        |  419 +
 .../net/auth/class-use/Permissions.html         |  274 +
 .../net/auth/class-use/RelatedObjectSet.html    |  277 +
 .../guacamole/net/auth/class-use/Shareable.html |  188 +
 .../net/auth/class-use/SharingProfile.html      |  238 +
 .../net/auth/class-use/User.Attribute.html      |  126 +
 .../guacamole/net/auth/class-use/User.html      |  304 +
 .../net/auth/class-use/UserContext.html         |  402 +
 .../guacamole/net/auth/class-use/UserGroup.html |  266 +
 .../net/auth/credentials/CredentialsInfo.html   |  390 +
 .../GuacamoleCredentialsException.html          |  409 +
 ...acamoleInsufficientCredentialsException.html |  378 +
 .../GuacamoleInvalidCredentialsException.html   |  376 +
 .../net/auth/credentials/UserCredentials.html   |  575 ++
 .../credentials/class-use/CredentialsInfo.html  |  292 +
 .../GuacamoleCredentialsException.html          |  176 +
 ...acamoleInsufficientCredentialsException.html |  126 +
 .../GuacamoleInvalidCredentialsException.html   |  126 +
 .../credentials/class-use/UserCredentials.html  |  172 +
 .../net/auth/credentials/package-frame.html     |   28 +
 .../net/auth/credentials/package-summary.html   |  184 +
 .../net/auth/credentials/package-tree.html      |  173 +
 .../net/auth/credentials/package-use.html       |  191 +
 .../guacamole/net/auth/package-frame.html       |   70 +
 .../guacamole/net/auth/package-summary.html     |  473 +
 .../apache/guacamole/net/auth/package-tree.html |  233 +
 .../apache/guacamole/net/auth/package-use.html  |  559 ++
 .../auth/permission/ObjectPermission.Type.html  |  385 +
 .../net/auth/permission/ObjectPermission.html   |  381 +
 .../auth/permission/ObjectPermissionSet.html    |  478 +
 .../net/auth/permission/Permission.html         |  241 +
 .../net/auth/permission/PermissionSet.html      |  301 +
 .../auth/permission/SystemPermission.Type.html  |  419 +
 .../net/auth/permission/SystemPermission.html   |  354 +
 .../auth/permission/SystemPermissionSet.html    |  422 +
 .../class-use/ObjectPermission.Type.html        |  313 +
 .../permission/class-use/ObjectPermission.html  |  249 +
 .../class-use/ObjectPermissionSet.html          |  402 +
 .../auth/permission/class-use/Permission.html   |  194 +
 .../permission/class-use/PermissionSet.html     |  214 +
 .../class-use/SystemPermission.Type.html        |  257 +
 .../permission/class-use/SystemPermission.html  |  249 +
 .../class-use/SystemPermissionSet.html          |  248 +
 .../net/auth/permission/package-frame.html      |   34 +
 .../net/auth/permission/package-summary.html    |  225 +
 .../net/auth/permission/package-tree.html       |  163 +
 .../net/auth/permission/package-use.html        |  291 +
 .../auth/simple/SimpleActivityRecordSet.html    |  421 +
 .../simple/SimpleAuthenticationProvider.html    |  410 +
 .../net/auth/simple/SimpleConnection.html       |  491 +
 .../auth/simple/SimpleConnectionDirectory.html  |  344 +
 .../net/auth/simple/SimpleConnectionGroup.html  |  486 +
 .../simple/SimpleConnectionGroupDirectory.html  |  346 +
 .../auth/simple/SimpleConnectionRecordSet.html  |  433 +
 .../net/auth/simple/SimpleDirectory.html        |  606 ++
 .../auth/simple/SimpleObjectPermissionSet.html  |  612 ++
 .../net/auth/simple/SimpleRelatedObjectSet.html |  422 +
 .../auth/simple/SimpleSystemPermissionSet.html  |  504 +
 .../guacamole/net/auth/simple/SimpleUser.html   |  518 +
 .../net/auth/simple/SimpleUserContext.html      |  468 +
 .../net/auth/simple/SimpleUserDirectory.html    |  272 +
 .../net/auth/simple/SimpleUserGroup.html        |  299 +
 .../class-use/SimpleActivityRecordSet.html      |  126 +
 .../class-use/SimpleAuthenticationProvider.html |  126 +
 .../auth/simple/class-use/SimpleConnection.html |  126 +
 .../class-use/SimpleConnectionDirectory.html    |  126 +
 .../simple/class-use/SimpleConnectionGroup.html |  126 +
 .../SimpleConnectionGroupDirectory.html         |  126 +
 .../class-use/SimpleConnectionRecordSet.html    |  126 +
 .../auth/simple/class-use/SimpleDirectory.html  |  190 +
 .../class-use/SimpleObjectPermissionSet.html    |  126 +
 .../class-use/SimpleRelatedObjectSet.html       |  126 +
 .../class-use/SimpleSystemPermissionSet.html    |  126 +
 .../net/auth/simple/class-use/SimpleUser.html   |  126 +
 .../simple/class-use/SimpleUserContext.html     |  126 +
 .../simple/class-use/SimpleUserDirectory.html   |  126 +
 .../auth/simple/class-use/SimpleUserGroup.html  |  126 +
 .../net/auth/simple/package-frame.html          |   35 +
 .../net/auth/simple/package-summary.html        |  253 +
 .../guacamole/net/auth/simple/package-tree.html |  184 +
 .../guacamole/net/auth/simple/package-use.html  |  166 +
 .../net/event/AuthenticationFailureEvent.html   |  301 +
 .../net/event/AuthenticationSuccessEvent.html   |  335 +
 .../guacamole/net/event/CredentialEvent.html    |  237 +
 .../guacamole/net/event/TunnelCloseEvent.html   |  365 +
 .../guacamole/net/event/TunnelConnectEvent.html |  365 +
 .../apache/guacamole/net/event/TunnelEvent.html |  236 +
 .../apache/guacamole/net/event/UserEvent.html   |  239 +
 .../class-use/AuthenticationFailureEvent.html   |  173 +
 .../class-use/AuthenticationSuccessEvent.html   |  173 +
 .../net/event/class-use/CredentialEvent.html    |  191 +
 .../net/event/class-use/TunnelCloseEvent.html   |  172 +
 .../net/event/class-use/TunnelConnectEvent.html |  172 +
 .../net/event/class-use/TunnelEvent.html        |  177 +
 .../net/event/class-use/UserEvent.html          |  184 +
 .../listener/AuthenticationFailureListener.html |  248 +
 .../listener/AuthenticationSuccessListener.html |  252 +
 .../guacamole/net/event/listener/Listener.html  |  245 +
 .../net/event/listener/TunnelCloseListener.html |  249 +
 .../event/listener/TunnelConnectListener.html   |  250 +
 .../AuthenticationFailureListener.html          |  126 +
 .../AuthenticationSuccessListener.html          |  126 +
 .../net/event/listener/class-use/Listener.html  |  126 +
 .../listener/class-use/TunnelCloseListener.html |  126 +
 .../class-use/TunnelConnectListener.html        |  126 +
 .../net/event/listener/package-frame.html       |   25 +
 .../net/event/listener/package-summary.html     |  185 +
 .../net/event/listener/package-tree.html        |  139 +
 .../net/event/listener/package-use.html         |  126 +
 .../guacamole/net/event/package-frame.html      |   30 +
 .../guacamole/net/event/package-summary.html    |  214 +
 .../guacamole/net/event/package-tree.html       |  148 +
 .../apache/guacamole/net/event/package-use.html |  217 +
 .../properties/BooleanGuacamoleProperty.html    |  305 +
 .../properties/FileGuacamoleProperty.html       |  304 +
 .../guacamole/properties/GuacamoleProperty.html |  271 +
 .../properties/IntegerGuacamoleProperty.html    |  304 +
 .../properties/LongGuacamoleProperty.html       |  304 +
 .../properties/StringGuacamoleProperty.html     |  304 +
 .../class-use/BooleanGuacamoleProperty.html     |  168 +
 .../class-use/FileGuacamoleProperty.html        |  126 +
 .../properties/class-use/GuacamoleProperty.html |  248 +
 .../class-use/IntegerGuacamoleProperty.html     |  168 +
 .../class-use/LongGuacamoleProperty.html        |  126 +
 .../class-use/StringGuacamoleProperty.html      |  169 +
 .../guacamole/properties/package-frame.html     |   29 +
 .../guacamole/properties/package-summary.html   |  199 +
 .../guacamole/properties/package-tree.html      |  147 +
 .../guacamole/properties/package-use.html       |  202 +
 .../guacamole/protocols/ProtocolInfo.html       |  482 +
 .../protocols/class-use/ProtocolInfo.html       |  192 +
 .../guacamole/protocols/package-frame.html      |   21 +
 .../guacamole/protocols/package-summary.html    |  147 +
 .../guacamole/protocols/package-tree.html       |  139 +
 .../apache/guacamole/protocols/package-use.html |  162 +
 .../apache/guacamole/token/StandardTokens.html  |  461 +
 .../org/apache/guacamole/token/TokenFilter.html |  429 +
 .../token/class-use/StandardTokens.html         |  126 +
 .../guacamole/token/class-use/TokenFilter.html  |  186 +
 .../apache/guacamole/token/package-frame.html   |   22 +
 .../apache/guacamole/token/package-summary.html |  154 +
 .../apache/guacamole/token/package-tree.html    |  140 +
 .../org/apache/guacamole/token/package-use.html |  162 +
 .../apache/guacamole/xml/DocumentHandler.html   |  372 +
 .../org/apache/guacamole/xml/TagHandler.html    |  293 +
 .../xml/class-use/DocumentHandler.html          |  126 +
 .../guacamole/xml/class-use/TagHandler.html     |  186 +
 .../org/apache/guacamole/xml/package-frame.html |   25 +
 .../apache/guacamole/xml/package-summary.html   |  177 +
 .../org/apache/guacamole/xml/package-tree.html  |  147 +
 .../org/apache/guacamole/xml/package-use.html   |  165 +
 doc/1.0.0/guacamole-ext/overview-frame.html     |   34 +
 doc/1.0.0/guacamole-ext/overview-summary.html   |  213 +
 doc/1.0.0/guacamole-ext/overview-tree.html      |  376 +
 doc/1.0.0/guacamole-ext/package-list            |   13 +
 doc/1.0.0/guacamole-ext/script.js               |   30 +
 doc/1.0.0/guacamole-ext/serialized-form.html    |  205 +
 doc/1.0.0/guacamole-ext/stylesheet.css          |  574 ++
 doc/1.0.0/gug/adhoc-connections.html            |   59 +
 doc/1.0.0/gug/administration.html               |  153 +
 doc/1.0.0/gug/appendices.html                   |   11 +
 doc/1.0.0/gug/book-index.html                   |   11 +
 doc/1.0.0/gug/cas-auth.html                     |   49 +
 doc/1.0.0/gug/configuring-guacamole.html        | 1979 ++++
 doc/1.0.0/gug/custom-auth.html                  |  373 +
 doc/1.0.0/gug/custom-protocols.html             |  644 ++
 doc/1.0.0/gug/developers-guide.html             |   11 +
 doc/1.0.0/gug/duo-auth.html                     |   92 +
 doc/1.0.0/gug/event-listeners.html              |  282 +
 doc/1.0.0/gug/faq.html                          |   76 +
 doc/1.0.0/gug/guacamole-architecture.html       |   73 +
 doc/1.0.0/gug/guacamole-common-js.html          |  253 +
 doc/1.0.0/gug/guacamole-common.html             |  131 +
 doc/1.0.0/gug/guacamole-docker.html             |  403 +
 doc/1.0.0/gug/guacamole-ext.html                |  447 +
 doc/1.0.0/gug/guacamole-protocol.html           |  154 +
 doc/1.0.0/gug/gug.css                           |  179 +
 doc/1.0.0/gug/header-auth.html                  |   44 +
 doc/1.0.0/gug/images/duo-add-guacamole.png      |  Bin 0 -> 7156 bytes
 doc/1.0.0/gug/images/duo-auth-factor-1.png      |  Bin 0 -> 12418 bytes
 doc/1.0.0/gug/images/duo-auth-factor-2.png      |  Bin 0 -> 28876 bytes
 doc/1.0.0/gug/images/duo-copy-details.png       |  Bin 0 -> 19979 bytes
 doc/1.0.0/gug/images/duo-rename-guacamole.png   |  Bin 0 -> 13016 bytes
 doc/1.0.0/gug/images/edit-connection.png        |  Bin 0 -> 119196 bytes
 doc/1.0.0/gug/images/edit-group-membership.png  |  Bin 0 -> 8415 bytes
 doc/1.0.0/gug/images/edit-group-memberships.png |  Bin 0 -> 31653 bytes
 doc/1.0.0/gug/images/edit-group.png             |  Bin 0 -> 29614 bytes
 doc/1.0.0/gug/images/edit-sharing-profile.png   |  Bin 0 -> 22420 bytes
 doc/1.0.0/gug/images/edit-user-group.png        |  Bin 0 -> 129269 bytes
 doc/1.0.0/gug/images/edit-user-membership.png   |  Bin 0 -> 8415 bytes
 doc/1.0.0/gug/images/edit-user.png              |  Bin 0 -> 72176 bytes
 doc/1.0.0/gug/images/file-browser.png           |  Bin 0 -> 97706 bytes
 doc/1.0.0/gug/images/file-transfers.png         |  Bin 0 -> 9586 bytes
 doc/1.0.0/gug/images/guac-arch.png              |  Bin 0 -> 51821 bytes
 doc/1.0.0/gug/images/guac-menu-disconnect.png   |  Bin 0 -> 19486 bytes
 doc/1.0.0/gug/images/guac-menu-share-link.png   |  Bin 0 -> 19965 bytes
 doc/1.0.0/gug/images/guac-menu-share.png        |  Bin 0 -> 8726 bytes
 .../gug/images/guacamole-client-interface.png   |  Bin 0 -> 309368 bytes
 .../gug/images/guacamole-drive-download.png     |  Bin 0 -> 19149 bytes
 doc/1.0.0/gug/images/guacamole-drive.png        |  Bin 0 -> 27334 bytes
 doc/1.0.0/gug/images/guacamole-home-screen.png  |  Bin 0 -> 77377 bytes
 doc/1.0.0/gug/images/guacamole-preferences.png  |  Bin 0 -> 161522 bytes
 .../gug/images/guacamole-settings-sections.png  |  Bin 0 -> 11928 bytes
 doc/1.0.0/gug/images/manage-button.png          |  Bin 0 -> 16773 bytes
 doc/1.0.0/gug/images/manage-connections.png     |  Bin 0 -> 87829 bytes
 doc/1.0.0/gug/images/manage-groups.png          |  Bin 0 -> 33629 bytes
 doc/1.0.0/gug/images/manage-history.png         |  Bin 0 -> 148440 bytes
 doc/1.0.0/gug/images/manage-sessions.png        |  Bin 0 -> 61738 bytes
 doc/1.0.0/gug/images/manage-users.png           |  Bin 0 -> 33353 bytes
 .../gug/images/session-filter-example-1.png     |  Bin 0 -> 3038 bytes
 .../gug/images/session-filter-example-2.png     |  Bin 0 -> 2055 bytes
 doc/1.0.0/gug/images/totp-auth-factor-1.png     |  Bin 0 -> 12418 bytes
 doc/1.0.0/gug/images/totp-auth-factor-2.png     |  Bin 0 -> 14088 bytes
 doc/1.0.0/gug/images/totp-enroll-detail.png     |  Bin 0 -> 42801 bytes
 doc/1.0.0/gug/images/totp-enroll.png            |  Bin 0 -> 33722 bytes
 doc/1.0.0/gug/images/touchpad.png               |  Bin 0 -> 16504 bytes
 doc/1.0.0/gug/images/touchscreen.png            |  Bin 0 -> 9681 bytes
 doc/1.0.0/gug/index.html                        |   19 +
 doc/1.0.0/gug/installing-guacamole.html         |  427 +
 doc/1.0.0/gug/jdbc-auth.html                    |  910 ++
 doc/1.0.0/gug/ldap-auth.html                    |  288 +
 doc/1.0.0/gug/libguac.html                      |  253 +
 doc/1.0.0/gug/openid-auth.html                  |   88 +
 doc/1.0.0/gug/preface.html                      |   82 +
 doc/1.0.0/gug/protocol-reference.html           |  312 +
 doc/1.0.0/gug/proxying-guacamole.html           |  210 +
 doc/1.0.0/gug/radius-auth.html                  |  127 +
 doc/1.0.0/gug/totp-auth.html                    |   84 +
 doc/1.0.0/gug/troubleshooting.html              |  390 +
 doc/1.0.0/gug/users-guide.html                  |   11 +
 doc/1.0.0/gug/using-guacamole.html              |  194 +
 .../gug/writing-you-own-guacamole-app.html      |  426 +
 doc/1.0.0/libguac/annotated.html                |   94 +
 doc/1.0.0/libguac/audio-fntypes_8h.html         |  224 +
 doc/1.0.0/libguac/audio-fntypes_8h_source.html  |   90 +
 doc/1.0.0/libguac/audio-types_8h.html           |   88 +
 doc/1.0.0/libguac/audio-types_8h_source.html    |   83 +
 doc/1.0.0/libguac/audio_8h.html                 |  378 +
 doc/1.0.0/libguac/audio_8h_source.html          |  114 +
 doc/1.0.0/libguac/bc_s.png                      |  Bin 0 -> 676 bytes
 doc/1.0.0/libguac/bdwn.png                      |  Bin 0 -> 147 bytes
 doc/1.0.0/libguac/classes.html                  |   97 +
 doc/1.0.0/libguac/client-constants_8h.html      |  179 +
 .../libguac/client-constants_8h_source.html     |   81 +
 doc/1.0.0/libguac/client-fntypes_8h.html        |  176 +
 doc/1.0.0/libguac/client-fntypes_8h_source.html |   91 +
 doc/1.0.0/libguac/client-types_8h.html          |  164 +
 doc/1.0.0/libguac/client-types_8h_source.html   |   91 +
 doc/1.0.0/libguac/client_8h.html                | 1264 +++
 doc/1.0.0/libguac/client_8h_source.html         |  145 +
 doc/1.0.0/libguac/closed.png                    |  Bin 0 -> 132 bytes
 .../dir_6bb9fad85c98b48a11165f494b9f53ce.html   |  199 +
 doc/1.0.0/libguac/doc.png                       |  Bin 0 -> 746 bytes
 doc/1.0.0/libguac/doxygen.css                   | 1596 +++
 doc/1.0.0/libguac/doxygen.png                   |  Bin 0 -> 3779 bytes
 doc/1.0.0/libguac/dynsections.js                |  120 +
 doc/1.0.0/libguac/error-types_8h.html           |  195 +
 doc/1.0.0/libguac/error-types_8h_source.html    |  106 +
 doc/1.0.0/libguac/error_8h.html                 |  187 +
 doc/1.0.0/libguac/error_8h_source.html          |   84 +
 doc/1.0.0/libguac/files.html                    |  120 +
 doc/1.0.0/libguac/folderclosed.png              |  Bin 0 -> 616 bytes
 doc/1.0.0/libguac/folderopen.png                |  Bin 0 -> 597 bytes
 doc/1.0.0/libguac/functions.html                |  355 +
 doc/1.0.0/libguac/functions_vars.html           |  355 +
 doc/1.0.0/libguac/globals.html                  |  110 +
 doc/1.0.0/libguac/globals_c.html                |  170 +
 doc/1.0.0/libguac/globals_defs.html             |  156 +
 doc/1.0.0/libguac/globals_e.html                |   83 +
 doc/1.0.0/libguac/globals_enum.html             |  105 +
 doc/1.0.0/libguac/globals_eval.html             |  251 +
 doc/1.0.0/libguac/globals_func.html             |  527 +
 doc/1.0.0/libguac/globals_g.html                |  329 +
 doc/1.0.0/libguac/globals_h.html                |   80 +
 doc/1.0.0/libguac/globals_l.html                |   83 +
 doc/1.0.0/libguac/globals_p.html                |  272 +
 doc/1.0.0/libguac/globals_s.html                |  167 +
 doc/1.0.0/libguac/globals_t.html                |   89 +
 doc/1.0.0/libguac/globals_type.html             |  189 +
 doc/1.0.0/libguac/globals_u.html                |  197 +
 doc/1.0.0/libguac/globals_vars.html             |   78 +
 doc/1.0.0/libguac/hash_8h.html                  |  167 +
 doc/1.0.0/libguac/hash_8h_source.html           |   83 +
 doc/1.0.0/libguac/index.html                    |   77 +
 doc/1.0.0/libguac/jquery.js                     |  115 +
 doc/1.0.0/libguac/layer-types_8h.html           |   88 +
 doc/1.0.0/libguac/layer-types_8h_source.html    |   82 +
 doc/1.0.0/libguac/layer_8h.html                 |   97 +
 doc/1.0.0/libguac/layer_8h_source.html          |   84 +
 doc/1.0.0/libguac/menu.js                       |   50 +
 doc/1.0.0/libguac/menudata.js                   |  102 +
 doc/1.0.0/libguac/nav_f.png                     |  Bin 0 -> 153 bytes
 doc/1.0.0/libguac/nav_g.png                     |  Bin 0 -> 95 bytes
 doc/1.0.0/libguac/nav_h.png                     |  Bin 0 -> 98 bytes
 doc/1.0.0/libguac/object-types_8h.html          |   88 +
 doc/1.0.0/libguac/object-types_8h_source.html   |   82 +
 doc/1.0.0/libguac/object_8h.html                |   97 +
 doc/1.0.0/libguac/object_8h_source.html         |   90 +
 doc/1.0.0/libguac/open.png                      |  Bin 0 -> 123 bytes
 doc/1.0.0/libguac/parser-constants_8h.html      |  106 +
 .../libguac/parser-constants_8h_source.html     |   81 +
 doc/1.0.0/libguac/parser-types_8h.html          |  128 +
 doc/1.0.0/libguac/parser-types_8h_source.html   |   87 +
 doc/1.0.0/libguac/parser_8h.html                |  389 +
 doc/1.0.0/libguac/parser_8h_source.html         |   99 +
 doc/1.0.0/libguac/plugin-constants_8h.html      |  129 +
 .../libguac/plugin-constants_8h_source.html     |   81 +
 doc/1.0.0/libguac/plugin_8h.html                |   88 +
 doc/1.0.0/libguac/plugin_8h_source.html         |   82 +
 doc/1.0.0/libguac/pool-types_8h.html            |   88 +
 doc/1.0.0/libguac/pool-types_8h_source.html     |   83 +
 doc/1.0.0/libguac/pool_8h.html                  |  236 +
 doc/1.0.0/libguac/pool_8h_source.html           |   91 +
 doc/1.0.0/libguac/protocol-types_8h.html        |  285 +
 doc/1.0.0/libguac/protocol-types_8h_source.html |  107 +
 doc/1.0.0/libguac/protocol_8h.html              | 3053 ++++++
 doc/1.0.0/libguac/protocol_8h_source.html       |  149 +
 doc/1.0.0/libguac/search/all_0.html             |   30 +
 doc/1.0.0/libguac/search/all_0.js               |   13 +
 doc/1.0.0/libguac/search/all_1.html             |   30 +
 doc/1.0.0/libguac/search/all_1.js               |    6 +
 doc/1.0.0/libguac/search/all_10.html            |   30 +
 doc/1.0.0/libguac/search/all_10.js              |   18 +
 doc/1.0.0/libguac/search/all_11.html            |   30 +
 doc/1.0.0/libguac/search/all_11.js              |    5 +
 doc/1.0.0/libguac/search/all_12.html            |   30 +
 doc/1.0.0/libguac/search/all_12.js              |   10 +
 doc/1.0.0/libguac/search/all_13.html            |   30 +
 doc/1.0.0/libguac/search/all_13.js              |   10 +
 doc/1.0.0/libguac/search/all_14.html            |   30 +
 doc/1.0.0/libguac/search/all_14.js              |    4 +
 doc/1.0.0/libguac/search/all_2.html             |   30 +
 doc/1.0.0/libguac/search/all_2.js               |   13 +
 doc/1.0.0/libguac/search/all_3.html             |   30 +
 doc/1.0.0/libguac/search/all_3.js               |    4 +
 doc/1.0.0/libguac/search/all_4.html             |   30 +
 doc/1.0.0/libguac/search/all_4.js               |    7 +
 doc/1.0.0/libguac/search/all_5.html             |   30 +
 doc/1.0.0/libguac/search/all_5.js               |    7 +
 doc/1.0.0/libguac/search/all_6.html             |   30 +
 doc/1.0.0/libguac/search/all_6.js               |  281 +
 doc/1.0.0/libguac/search/all_7.html             |   30 +
 doc/1.0.0/libguac/search/all_7.js               |    4 +
 doc/1.0.0/libguac/search/all_8.html             |   30 +
 doc/1.0.0/libguac/search/all_8.js               |    6 +
 doc/1.0.0/libguac/search/all_9.html             |   30 +
 doc/1.0.0/libguac/search/all_9.js               |    4 +
 doc/1.0.0/libguac/search/all_a.html             |   30 +
 doc/1.0.0/libguac/search/all_a.js               |    4 +
 doc/1.0.0/libguac/search/all_b.html             |   30 +
 doc/1.0.0/libguac/search/all_b.js               |   12 +
 doc/1.0.0/libguac/search/all_c.html             |   30 +
 doc/1.0.0/libguac/search/all_c.js               |    6 +
 doc/1.0.0/libguac/search/all_d.html             |   30 +
 doc/1.0.0/libguac/search/all_d.js               |   10 +
 doc/1.0.0/libguac/search/all_e.html             |   30 +
 doc/1.0.0/libguac/search/all_e.js               |   15 +
 doc/1.0.0/libguac/search/all_f.html             |   30 +
 doc/1.0.0/libguac/search/all_f.js               |    5 +
 doc/1.0.0/libguac/search/classes_0.html         |   30 +
 doc/1.0.0/libguac/search/classes_0.js           |   16 +
 doc/1.0.0/libguac/search/close.png              |  Bin 0 -> 273 bytes
 doc/1.0.0/libguac/search/defines_0.html         |   30 +
 doc/1.0.0/libguac/search/defines_0.js           |   30 +
 doc/1.0.0/libguac/search/enums_0.html           |   30 +
 doc/1.0.0/libguac/search/enums_0.js             |   13 +
 doc/1.0.0/libguac/search/enumvalues_0.html      |   30 +
 doc/1.0.0/libguac/search/enumvalues_0.js        |   61 +
 doc/1.0.0/libguac/search/files_0.html           |   30 +
 doc/1.0.0/libguac/search/files_0.js             |    6 +
 doc/1.0.0/libguac/search/files_1.html           |   30 +
 doc/1.0.0/libguac/search/files_1.js             |    7 +
 doc/1.0.0/libguac/search/files_2.html           |   30 +
 doc/1.0.0/libguac/search/files_2.js             |    5 +
 doc/1.0.0/libguac/search/files_3.html           |   30 +
 doc/1.0.0/libguac/search/files_3.js             |    4 +
 doc/1.0.0/libguac/search/files_4.html           |   30 +
 doc/1.0.0/libguac/search/files_4.js             |    5 +
 doc/1.0.0/libguac/search/files_5.html           |   30 +
 doc/1.0.0/libguac/search/files_5.js             |    5 +
 doc/1.0.0/libguac/search/files_6.html           |   30 +
 doc/1.0.0/libguac/search/files_6.js             |   12 +
 doc/1.0.0/libguac/search/files_7.html           |   30 +
 doc/1.0.0/libguac/search/files_7.js             |   11 +
 doc/1.0.0/libguac/search/files_8.html           |   30 +
 doc/1.0.0/libguac/search/files_8.js             |    5 +
 doc/1.0.0/libguac/search/files_9.html           |   30 +
 doc/1.0.0/libguac/search/files_9.js             |    8 +
 doc/1.0.0/libguac/search/functions_0.html       |   30 +
 doc/1.0.0/libguac/search/functions_0.js         |  140 +
 doc/1.0.0/libguac/search/functions_1.html       |   30 +
 doc/1.0.0/libguac/search/functions_1.js         |    8 +
 doc/1.0.0/libguac/search/mag_sel.png            |  Bin 0 -> 563 bytes
 doc/1.0.0/libguac/search/nomatches.html         |   12 +
 doc/1.0.0/libguac/search/search.css             |  271 +
 doc/1.0.0/libguac/search/search.js              |  814 ++
 doc/1.0.0/libguac/search/search_l.png           |  Bin 0 -> 604 bytes
 doc/1.0.0/libguac/search/search_m.png           |  Bin 0 -> 158 bytes
 doc/1.0.0/libguac/search/search_r.png           |  Bin 0 -> 612 bytes
 doc/1.0.0/libguac/search/searchdata.js          |   39 +
 doc/1.0.0/libguac/search/typedefs_0.html        |   30 +
 doc/1.0.0/libguac/search/typedefs_0.js          |   35 +
 doc/1.0.0/libguac/search/variables_0.html       |   30 +
 doc/1.0.0/libguac/search/variables_0.js         |   10 +
 doc/1.0.0/libguac/search/variables_1.html       |   30 +
 doc/1.0.0/libguac/search/variables_1.js         |    6 +
 doc/1.0.0/libguac/search/variables_10.html      |   30 +
 doc/1.0.0/libguac/search/variables_10.js        |    5 +
 doc/1.0.0/libguac/search/variables_11.html      |   30 +
 doc/1.0.0/libguac/search/variables_11.js        |    5 +
 doc/1.0.0/libguac/search/variables_12.html      |   30 +
 doc/1.0.0/libguac/search/variables_12.js        |    4 +
 doc/1.0.0/libguac/search/variables_2.html       |   30 +
 doc/1.0.0/libguac/search/variables_2.js         |    9 +
 doc/1.0.0/libguac/search/variables_3.html       |   30 +
 doc/1.0.0/libguac/search/variables_3.js         |    4 +
 doc/1.0.0/libguac/search/variables_4.html       |   30 +
 doc/1.0.0/libguac/search/variables_4.js         |    5 +
 doc/1.0.0/libguac/search/variables_5.html       |   30 +
 doc/1.0.0/libguac/search/variables_5.js         |    7 +
 doc/1.0.0/libguac/search/variables_6.html       |   30 +
 doc/1.0.0/libguac/search/variables_6.js         |    5 +
 doc/1.0.0/libguac/search/variables_7.html       |   30 +
 doc/1.0.0/libguac/search/variables_7.js         |    6 +
 doc/1.0.0/libguac/search/variables_8.html       |   30 +
 doc/1.0.0/libguac/search/variables_8.js         |    4 +
 doc/1.0.0/libguac/search/variables_9.html       |   30 +
 doc/1.0.0/libguac/search/variables_9.js         |    4 +
 doc/1.0.0/libguac/search/variables_a.html       |   30 +
 doc/1.0.0/libguac/search/variables_a.js         |   10 +
 doc/1.0.0/libguac/search/variables_b.html       |   30 +
 doc/1.0.0/libguac/search/variables_b.js         |    6 +
 doc/1.0.0/libguac/search/variables_c.html       |   30 +
 doc/1.0.0/libguac/search/variables_c.js         |    8 +
 doc/1.0.0/libguac/search/variables_d.html       |   30 +
 doc/1.0.0/libguac/search/variables_d.js         |    6 +
 doc/1.0.0/libguac/search/variables_e.html       |   30 +
 doc/1.0.0/libguac/search/variables_e.js         |    5 +
 doc/1.0.0/libguac/search/variables_f.html       |   30 +
 doc/1.0.0/libguac/search/variables_f.js         |   10 +
 doc/1.0.0/libguac/socket-constants_8h.html      |  102 +
 .../libguac/socket-constants_8h_source.html     |   81 +
 doc/1.0.0/libguac/socket-fntypes_8h.html        |  285 +
 doc/1.0.0/libguac/socket-fntypes_8h_source.html |   90 +
 doc/1.0.0/libguac/socket-ssl_8h.html            |  145 +
 doc/1.0.0/libguac/socket-ssl_8h_source.html     |   88 +
 doc/1.0.0/libguac/socket-types_8h.html          |  123 +
 doc/1.0.0/libguac/socket-types_8h_source.html   |   85 +
 doc/1.0.0/libguac/socket-wsa_8h.html            |  127 +
 doc/1.0.0/libguac/socket-wsa_8h_source.html     |   84 +
 doc/1.0.0/libguac/socket_8h.html                |  735 ++
 doc/1.0.0/libguac/socket_8h_source.html         |  124 +
 doc/1.0.0/libguac/splitbar.png                  |  Bin 0 -> 314 bytes
 doc/1.0.0/libguac/stream-types_8h.html          |   88 +
 doc/1.0.0/libguac/stream-types_8h_source.html   |   82 +
 doc/1.0.0/libguac/stream_8h.html                |   97 +
 doc/1.0.0/libguac/stream_8h_source.html         |   92 +
 .../libguac/structguac__audio__encoder.html     |  115 +
 .../libguac/structguac__audio__stream.html      |  153 +
 doc/1.0.0/libguac/structguac__client.html       |  303 +
 doc/1.0.0/libguac/structguac__layer.html        |   95 +
 doc/1.0.0/libguac/structguac__object.html       |  140 +
 doc/1.0.0/libguac/structguac__parser.html       |  107 +
 doc/1.0.0/libguac/structguac__pool.html         |  100 +
 doc/1.0.0/libguac/structguac__pool__int.html    |   95 +
 doc/1.0.0/libguac/structguac__socket.html       |  132 +
 .../libguac/structguac__socket__ssl__data.html  |  103 +
 doc/1.0.0/libguac/structguac__stream.html       |  160 +
 doc/1.0.0/libguac/structguac__user.html         |  510 +
 doc/1.0.0/libguac/structguac__user__info.html   |  212 +
 doc/1.0.0/libguac/sync_off.png                  |  Bin 0 -> 853 bytes
 doc/1.0.0/libguac/sync_on.png                   |  Bin 0 -> 845 bytes
 doc/1.0.0/libguac/tab_a.png                     |  Bin 0 -> 142 bytes
 doc/1.0.0/libguac/tab_b.png                     |  Bin 0 -> 169 bytes
 doc/1.0.0/libguac/tab_h.png                     |  Bin 0 -> 177 bytes
 doc/1.0.0/libguac/tab_s.png                     |  Bin 0 -> 184 bytes
 doc/1.0.0/libguac/tabs.css                      |    1 +
 doc/1.0.0/libguac/timestamp-types_8h.html       |   98 +
 .../libguac/timestamp-types_8h_source.html      |   82 +
 doc/1.0.0/libguac/timestamp_8h.html             |  148 +
 doc/1.0.0/libguac/timestamp_8h_source.html      |   85 +
 doc/1.0.0/libguac/unicode_8h.html               |  253 +
 doc/1.0.0/libguac/unicode_8h_source.html        |   85 +
 doc/1.0.0/libguac/user-constants_8h.html        |  139 +
 doc/1.0.0/libguac/user-constants_8h_source.html |   81 +
 doc/1.0.0/libguac/user-fntypes_8h.html          |  572 ++
 doc/1.0.0/libguac/user-fntypes_8h_source.html   |  107 +
 doc/1.0.0/libguac/user-types_8h.html            |   88 +
 doc/1.0.0/libguac/user-types_8h_source.html     |   83 +
 doc/1.0.0/libguac/user_8h.html                  | 1115 +++
 doc/1.0.0/libguac/user_8h_source.html           |  166 +
 856 files changed, 238705 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/guacamole-website/blob/044692cf/doc/1.0.0/guacamole-common-js/ArrayBufferReader.js.html
----------------------------------------------------------------------
diff --git a/doc/1.0.0/guacamole-common-js/ArrayBufferReader.js.html b/doc/1.0.0/guacamole-common-js/ArrayBufferReader.js.html
new file mode 100644
index 0000000..dbfb60c
--- /dev/null
+++ b/doc/1.0.0/guacamole-common-js/ArrayBufferReader.js.html
@@ -0,0 +1,126 @@
+<!DOCTYPE html>
+<html lang="en">
+<head>
+    <meta charset="utf-8">
+    <title>JSDoc: Source: ArrayBufferReader.js</title>
+
+    <script src="scripts/prettify/prettify.js"> </script>
+    <script src="scripts/prettify/lang-css.js"> </script>
+    <!--[if lt IE 9]>
+      <script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
+    <![endif]-->
+    <link type="text/css" rel="stylesheet" href="styles/prettify-tomorrow.css">
+    <link type="text/css" rel="stylesheet" href="styles/jsdoc-default.css">
+</head>
+
+<body>
+
+<div id="main">
+
+    <h1 class="page-title">Source: ArrayBufferReader.js</h1>
+
+    
+
+
+
+    
+    <section>
+        <article>
+            <pre class="prettyprint source linenums"><code>/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ *
+ *   http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ */
+
+var Guacamole = Guacamole || {};
+
+/**
+ * A reader which automatically handles the given input stream, returning
+ * strictly received packets as array buffers. Note that this object will
+ * overwrite any installed event handlers on the given Guacamole.InputStream.
+ * 
+ * @constructor
+ * @param {Guacamole.InputStream} stream The stream that data will be read
+ *                                       from.
+ */
+Guacamole.ArrayBufferReader = function(stream) {
+
+    /**
+     * Reference to this Guacamole.InputStream.
+     * @private
+     */
+    var guac_reader = this;
+
+    // Receive blobs as array buffers
+    stream.onblob = function(data) {
+
+        // Convert to ArrayBuffer
+        var binary = window.atob(data);
+        var arrayBuffer = new ArrayBuffer(binary.length);
+        var bufferView = new Uint8Array(arrayBuffer);
+
+        for (var i=0; i&lt;binary.length; i++)
+            bufferView[i] = binary.charCodeAt(i);
+
+        // Call handler, if present
+        if (guac_reader.ondata)
+            guac_reader.ondata(arrayBuffer);
+
+    };
+
+    // Simply call onend when end received
+    stream.onend = function() {
+        if (guac_reader.onend)
+            guac_reader.onend();
+    };
+
+    /**
+     * Fired once for every blob of data received.
+     * 
+     * @event
+     * @param {ArrayBuffer} buffer The data packet received.
+     */
+    this.ondata = null;
+
+    /**
+     * Fired once this stream is finished and no further data will be written.
+     * @event
+     */
+    this.onend = null;
+
+};</code></pre>
+        </article>
+    </section>
+
+
+
+
+</div>
+
+<nav>
+    <h2><a href="index.html">Home</a></h2><h3>Classes</h3><ul><li><a href="Guacamole.ArrayBufferReader.html">ArrayBufferReader</a></li><li><a href="Guacamole.ArrayBufferWriter.html">ArrayBufferWriter</a></li><li><a href="Guacamole.AudioPlayer.html">AudioPlayer</a></li><li><a href="Guacamole.AudioRecorder.html">AudioRecorder</a></li><li><a href="Guacamole.BlobReader.html">BlobReader</a></li><li><a href="Guacamole.BlobWriter.html">BlobWriter</a></li><li><a href="Guacamole.ChainedTunnel.html">ChainedTunnel</a></li><li><a href="Guacamole.Client.html">Client</a></li><li><a href="Guacamole.DataURIReader.html">DataURIReader</a></li><li><a href="Guacamole.Display.html">Display</a></li><li><a href="Guacamole.Display.VisibleLayer.html">VisibleLayer</a></li><li><a href="Guacamole.HTTPTunnel.html">HTTPTunnel</a></li><li><a href="Guacamole.InputSink.html">InputSink</a></li><li><a href="Guacamole.InputStream.html">InputStream</a></li><li><a href="Guacamole.IntegerPool.html">IntegerPool</a></li><l
 i><a href="Guacamole.JSONReader.html">JSONReader</a></li><li><a href="Guacamole.Keyboard.html">Keyboard</a></li><li><a href="Guacamole.Keyboard.ModifierState.html">ModifierState</a></li><li><a href="Guacamole.Layer.html">Layer</a></li><li><a href="Guacamole.Layer.Pixel.html">Pixel</a></li><li><a href="Guacamole.Mouse.html">Mouse</a></li><li><a href="Guacamole.Mouse.State.html">State</a></li><li><a href="Guacamole.Mouse.Touchpad.html">Touchpad</a></li><li><a href="Guacamole.Mouse.Touchscreen.html">Touchscreen</a></li><li><a href="Guacamole.Object.html">Object</a></li><li><a href="Guacamole.OnScreenKeyboard.html">OnScreenKeyboard</a></li><li><a href="Guacamole.OnScreenKeyboard.Key.html">Key</a></li><li><a href="Guacamole.OnScreenKeyboard.Layout.html">Layout</a></li><li><a href="Guacamole.OutputStream.html">OutputStream</a></li><li><a href="Guacamole.Parser.html">Parser</a></li><li><a href="Guacamole.RawAudioFormat.html">RawAudioFormat</a></li><li><a href="Guacamole.RawAudioPlayer.html
 ">RawAudioPlayer</a></li><li><a href="Guacamole.RawAudioRecorder.html">RawAudioRecorder</a></li><li><a href="Guacamole.SessionRecording.html">SessionRecording</a></li><li><a href="Guacamole.StaticHTTPTunnel.html">StaticHTTPTunnel</a></li><li><a href="Guacamole.Status.html">Status</a></li><li><a href="Guacamole.StringReader.html">StringReader</a></li><li><a href="Guacamole.StringWriter.html">StringWriter</a></li><li><a href="Guacamole.Tunnel.html">Tunnel</a></li><li><a href="Guacamole.VideoPlayer.html">VideoPlayer</a></li><li><a href="Guacamole.WebSocketTunnel.html">WebSocketTunnel</a></li></ul><h3>Events</h3><ul><li><a href="Guacamole.ArrayBufferReader.html#event:ondata">ondata</a></li><li><a href="Guacamole.ArrayBufferReader.html#event:onend">onend</a></li><li><a href="Guacamole.ArrayBufferWriter.html#event:onack">onack</a></li><li><a href="Guacamole.AudioRecorder.html#event:onclose">onclose</a></li><li><a href="Guacamole.AudioRecorder.html#event:onerror">onerror</a></li><li><a hre
 f="Guacamole.BlobReader.html#event:onend">onend</a></li><li><a href="Guacamole.BlobReader.html#event:onprogress">onprogress</a></li><li><a href="Guacamole.BlobWriter.html#event:onack">onack</a></li><li><a href="Guacamole.BlobWriter.html#event:oncomplete">oncomplete</a></li><li><a href="Guacamole.BlobWriter.html#event:onerror">onerror</a></li><li><a href="Guacamole.BlobWriter.html#event:onprogress">onprogress</a></li><li><a href="Guacamole.ChainedTunnel.html#event:onerror">onerror</a></li><li><a href="Guacamole.ChainedTunnel.html#event:oninstruction">oninstruction</a></li><li><a href="Guacamole.ChainedTunnel.html#event:onstatechange">onstatechange</a></li><li><a href="Guacamole.Client.html#event:onaudio">onaudio</a></li><li><a href="Guacamole.Client.html#event:onclipboard">onclipboard</a></li><li><a href="Guacamole.Client.html#event:onerror">onerror</a></li><li><a href="Guacamole.Client.html#event:onfile">onfile</a></li><li><a href="Guacamole.Client.html#event:onfilesystem">onfilesys
 tem</a></li><li><a href="Guacamole.Client.html#event:onname">onname</a></li><li><a href="Guacamole.Client.html#event:onpipe">onpipe</a></li><li><a href="Guacamole.Client.html#event:onstatechange">onstatechange</a></li><li><a href="Guacamole.Client.html#event:onsync">onsync</a></li><li><a href="Guacamole.Client.html#event:onvideo">onvideo</a></li><li><a href="Guacamole.DataURIReader.html#event:onend">onend</a></li><li><a href="Guacamole.Display.html#event:oncursor">oncursor</a></li><li><a href="Guacamole.Display.html#event:onresize">onresize</a></li><li><a href="Guacamole.HTTPTunnel.html#event:onerror">onerror</a></li><li><a href="Guacamole.HTTPTunnel.html#event:oninstruction">oninstruction</a></li><li><a href="Guacamole.HTTPTunnel.html#event:onstatechange">onstatechange</a></li><li><a href="Guacamole.InputStream.html#event:onblob">onblob</a></li><li><a href="Guacamole.InputStream.html#event:onend">onend</a></li><li><a href="Guacamole.JSONReader.html#event:onend">onend</a></li><li><a
  href="Guacamole.JSONReader.html#event:onprogress">onprogress</a></li><li><a href="Guacamole.Keyboard.html#event:onkeydown">onkeydown</a></li><li><a href="Guacamole.Keyboard.html#event:onkeyup">onkeyup</a></li><li><a href="Guacamole.Mouse.Touchpad.html#event:onmousedown">onmousedown</a></li><li><a href="Guacamole.Mouse.Touchpad.html#event:onmousemove">onmousemove</a></li><li><a href="Guacamole.Mouse.Touchpad.html#event:onmouseup">onmouseup</a></li><li><a href="Guacamole.Mouse.Touchscreen.html#event:onmousedown">onmousedown</a></li><li><a href="Guacamole.Mouse.Touchscreen.html#event:onmousemove">onmousemove</a></li><li><a href="Guacamole.Mouse.Touchscreen.html#event:onmouseup">onmouseup</a></li><li><a href="Guacamole.Mouse.html#event:onmousedown">onmousedown</a></li><li><a href="Guacamole.Mouse.html#event:onmousemove">onmousemove</a></li><li><a href="Guacamole.Mouse.html#event:onmouseout">onmouseout</a></li><li><a href="Guacamole.Mouse.html#event:onmouseup">onmouseup</a></li><li><a h
 ref="Guacamole.Object.html#event:onbody">onbody</a></li><li><a href="Guacamole.Object.html#event:onundefine">onundefine</a></li><li><a href="Guacamole.OnScreenKeyboard.html#event:onkeydown">onkeydown</a></li><li><a href="Guacamole.OnScreenKeyboard.html#event:onkeyup">onkeyup</a></li><li><a href="Guacamole.OutputStream.html#event:onack">onack</a></li><li><a href="Guacamole.Parser.html#event:oninstruction">oninstruction</a></li><li><a href="Guacamole.RawAudioRecorder.html#event:onclose">onclose</a></li><li><a href="Guacamole.RawAudioRecorder.html#event:onerror">onerror</a></li><li><a href="Guacamole.SessionRecording._PlaybackTunnel.html#event:onerror">onerror</a></li><li><a href="Guacamole.SessionRecording._PlaybackTunnel.html#event:oninstruction">oninstruction</a></li><li><a href="Guacamole.SessionRecording._PlaybackTunnel.html#event:onstatechange">onstatechange</a></li><li><a href="Guacamole.SessionRecording.html#event:onpause">onpause</a></li><li><a href="Guacamole.SessionRecording
 .html#event:onplay">onplay</a></li><li><a href="Guacamole.SessionRecording.html#event:onprogress">onprogress</a></li><li><a href="Guacamole.SessionRecording.html#event:onseek">onseek</a></li><li><a href="Guacamole.StaticHTTPTunnel.html#event:onerror">onerror</a></li><li><a href="Guacamole.StaticHTTPTunnel.html#event:oninstruction">oninstruction</a></li><li><a href="Guacamole.StaticHTTPTunnel.html#event:onstatechange">onstatechange</a></li><li><a href="Guacamole.StringReader.html#event:onend">onend</a></li><li><a href="Guacamole.StringReader.html#event:ontext">ontext</a></li><li><a href="Guacamole.StringWriter.html#event:onack">onack</a></li><li><a href="Guacamole.Tunnel.html#event:onerror">onerror</a></li><li><a href="Guacamole.Tunnel.html#event:oninstruction">oninstruction</a></li><li><a href="Guacamole.Tunnel.html#event:onstatechange">onstatechange</a></li><li><a href="Guacamole.WebSocketTunnel.html#event:onerror">onerror</a></li><li><a href="Guacamole.WebSocketTunnel.html#event:o
 ninstruction">oninstruction</a></li><li><a href="Guacamole.WebSocketTunnel.html#event:onstatechange">onstatechange</a></li></ul><h3>Namespaces</h3><ul><li><a href="Guacamole.html">Guacamole</a></li><li><a href="Guacamole.AudioContextFactory.html">AudioContextFactory</a></li></ul>
+</nav>
+
+<br class="clear">
+
+<footer>
+    Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.5.5</a> on Fri Dec 21 2018 13:47:10 GMT-0800 (PST)
+</footer>
+
+<script> prettyPrint(); </script>
+<script src="scripts/linenumber.js"> </script>
+</body>
+</html>

http://git-wip-us.apache.org/repos/asf/guacamole-website/blob/044692cf/doc/1.0.0/guacamole-common-js/ArrayBufferWriter.js.html
----------------------------------------------------------------------
diff --git a/doc/1.0.0/guacamole-common-js/ArrayBufferWriter.js.html b/doc/1.0.0/guacamole-common-js/ArrayBufferWriter.js.html
new file mode 100644
index 0000000..bfe7764
--- /dev/null
+++ b/doc/1.0.0/guacamole-common-js/ArrayBufferWriter.js.html
@@ -0,0 +1,174 @@
+<!DOCTYPE html>
+<html lang="en">
+<head>
+    <meta charset="utf-8">
+    <title>JSDoc: Source: ArrayBufferWriter.js</title>
+
+    <script src="scripts/prettify/prettify.js"> </script>
+    <script src="scripts/prettify/lang-css.js"> </script>
+    <!--[if lt IE 9]>
+      <script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
+    <![endif]-->
+    <link type="text/css" rel="stylesheet" href="styles/prettify-tomorrow.css">
+    <link type="text/css" rel="stylesheet" href="styles/jsdoc-default.css">
+</head>
+
+<body>
+
+<div id="main">
+
+    <h1 class="page-title">Source: ArrayBufferWriter.js</h1>
+
+    
+
+
+
+    
+    <section>
+        <article>
+            <pre class="prettyprint source linenums"><code>/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ *
+ *   http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ */
+
+var Guacamole = Guacamole || {};
+
+/**
+ * A writer which automatically writes to the given output stream with arbitrary
+ * binary data, supplied as ArrayBuffers.
+ * 
+ * @constructor
+ * @param {Guacamole.OutputStream} stream The stream that data will be written
+ *                                        to.
+ */
+Guacamole.ArrayBufferWriter = function(stream) {
+
+    /**
+     * Reference to this Guacamole.StringWriter.
+     * @private
+     */
+    var guac_writer = this;
+
+    // Simply call onack for acknowledgements
+    stream.onack = function(status) {
+        if (guac_writer.onack)
+            guac_writer.onack(status);
+    };
+
+    /**
+     * Encodes the given data as base64, sending it as a blob. The data must
+     * be small enough to fit into a single blob instruction.
+     * 
+     * @private
+     * @param {Uint8Array} bytes The data to send.
+     */
+    function __send_blob(bytes) {
+
+        var binary = "";
+
+        // Produce binary string from bytes in buffer
+        for (var i=0; i&lt;bytes.byteLength; i++)
+            binary += String.fromCharCode(bytes[i]);
+
+        // Send as base64
+        stream.sendBlob(window.btoa(binary));
+
+    }
+
+    /**
+     * The maximum length of any blob sent by this Guacamole.ArrayBufferWriter,
+     * in bytes. Data sent via
+     * [sendData()]{@link Guacamole.ArrayBufferWriter#sendData} which exceeds
+     * this length will be split into multiple blobs. As the Guacamole protocol
+     * limits the maximum size of any instruction or instruction element to
+     * 8192 bytes, and the contents of blobs will be base64-encoded, this value
+     * should only be increased with extreme caution.
+     *
+     * @type {Number}
+     * @default {@link Guacamole.ArrayBufferWriter.DEFAULT_BLOB_LENGTH}
+     */
+    this.blobLength = Guacamole.ArrayBufferWriter.DEFAULT_BLOB_LENGTH;
+
+    /**
+     * Sends the given data.
+     * 
+     * @param {ArrayBuffer|TypedArray} data The data to send.
+     */
+    this.sendData = function(data) {
+
+        var bytes = new Uint8Array(data);
+
+        // If small enough to fit into single instruction, send as-is
+        if (bytes.length &lt;= guac_writer.blobLength)
+            __send_blob(bytes);
+
+        // Otherwise, send as multiple instructions
+        else {
+            for (var offset=0; offset&lt;bytes.length; offset += guac_writer.blobLength)
+                __send_blob(bytes.subarray(offset, offset + guac_writer.blobLength));
+        }
+
+    };
+
+    /**
+     * Signals that no further text will be sent, effectively closing the
+     * stream.
+     */
+    this.sendEnd = function() {
+        stream.sendEnd();
+    };
+
+    /**
+     * Fired for received data, if acknowledged by the server.
+     * @event
+     * @param {Guacamole.Status} status The status of the operation.
+     */
+    this.onack = null;
+
+};
+
+/**
+ * The default maximum blob length for new Guacamole.ArrayBufferWriter
+ * instances.
+ *
+ * @constant
+ * @type {Number}
+ */
+Guacamole.ArrayBufferWriter.DEFAULT_BLOB_LENGTH = 6048;
+</code></pre>
+        </article>
+    </section>
+
+
+
+
+</div>
+
+<nav>
+    <h2><a href="index.html">Home</a></h2><h3>Classes</h3><ul><li><a href="Guacamole.ArrayBufferReader.html">ArrayBufferReader</a></li><li><a href="Guacamole.ArrayBufferWriter.html">ArrayBufferWriter</a></li><li><a href="Guacamole.AudioPlayer.html">AudioPlayer</a></li><li><a href="Guacamole.AudioRecorder.html">AudioRecorder</a></li><li><a href="Guacamole.BlobReader.html">BlobReader</a></li><li><a href="Guacamole.BlobWriter.html">BlobWriter</a></li><li><a href="Guacamole.ChainedTunnel.html">ChainedTunnel</a></li><li><a href="Guacamole.Client.html">Client</a></li><li><a href="Guacamole.DataURIReader.html">DataURIReader</a></li><li><a href="Guacamole.Display.html">Display</a></li><li><a href="Guacamole.Display.VisibleLayer.html">VisibleLayer</a></li><li><a href="Guacamole.HTTPTunnel.html">HTTPTunnel</a></li><li><a href="Guacamole.InputSink.html">InputSink</a></li><li><a href="Guacamole.InputStream.html">InputStream</a></li><li><a href="Guacamole.IntegerPool.html">IntegerPool</a></li><l
 i><a href="Guacamole.JSONReader.html">JSONReader</a></li><li><a href="Guacamole.Keyboard.html">Keyboard</a></li><li><a href="Guacamole.Keyboard.ModifierState.html">ModifierState</a></li><li><a href="Guacamole.Layer.html">Layer</a></li><li><a href="Guacamole.Layer.Pixel.html">Pixel</a></li><li><a href="Guacamole.Mouse.html">Mouse</a></li><li><a href="Guacamole.Mouse.State.html">State</a></li><li><a href="Guacamole.Mouse.Touchpad.html">Touchpad</a></li><li><a href="Guacamole.Mouse.Touchscreen.html">Touchscreen</a></li><li><a href="Guacamole.Object.html">Object</a></li><li><a href="Guacamole.OnScreenKeyboard.html">OnScreenKeyboard</a></li><li><a href="Guacamole.OnScreenKeyboard.Key.html">Key</a></li><li><a href="Guacamole.OnScreenKeyboard.Layout.html">Layout</a></li><li><a href="Guacamole.OutputStream.html">OutputStream</a></li><li><a href="Guacamole.Parser.html">Parser</a></li><li><a href="Guacamole.RawAudioFormat.html">RawAudioFormat</a></li><li><a href="Guacamole.RawAudioPlayer.html
 ">RawAudioPlayer</a></li><li><a href="Guacamole.RawAudioRecorder.html">RawAudioRecorder</a></li><li><a href="Guacamole.SessionRecording.html">SessionRecording</a></li><li><a href="Guacamole.StaticHTTPTunnel.html">StaticHTTPTunnel</a></li><li><a href="Guacamole.Status.html">Status</a></li><li><a href="Guacamole.StringReader.html">StringReader</a></li><li><a href="Guacamole.StringWriter.html">StringWriter</a></li><li><a href="Guacamole.Tunnel.html">Tunnel</a></li><li><a href="Guacamole.VideoPlayer.html">VideoPlayer</a></li><li><a href="Guacamole.WebSocketTunnel.html">WebSocketTunnel</a></li></ul><h3>Events</h3><ul><li><a href="Guacamole.ArrayBufferReader.html#event:ondata">ondata</a></li><li><a href="Guacamole.ArrayBufferReader.html#event:onend">onend</a></li><li><a href="Guacamole.ArrayBufferWriter.html#event:onack">onack</a></li><li><a href="Guacamole.AudioRecorder.html#event:onclose">onclose</a></li><li><a href="Guacamole.AudioRecorder.html#event:onerror">onerror</a></li><li><a hre
 f="Guacamole.BlobReader.html#event:onend">onend</a></li><li><a href="Guacamole.BlobReader.html#event:onprogress">onprogress</a></li><li><a href="Guacamole.BlobWriter.html#event:onack">onack</a></li><li><a href="Guacamole.BlobWriter.html#event:oncomplete">oncomplete</a></li><li><a href="Guacamole.BlobWriter.html#event:onerror">onerror</a></li><li><a href="Guacamole.BlobWriter.html#event:onprogress">onprogress</a></li><li><a href="Guacamole.ChainedTunnel.html#event:onerror">onerror</a></li><li><a href="Guacamole.ChainedTunnel.html#event:oninstruction">oninstruction</a></li><li><a href="Guacamole.ChainedTunnel.html#event:onstatechange">onstatechange</a></li><li><a href="Guacamole.Client.html#event:onaudio">onaudio</a></li><li><a href="Guacamole.Client.html#event:onclipboard">onclipboard</a></li><li><a href="Guacamole.Client.html#event:onerror">onerror</a></li><li><a href="Guacamole.Client.html#event:onfile">onfile</a></li><li><a href="Guacamole.Client.html#event:onfilesystem">onfilesys
 tem</a></li><li><a href="Guacamole.Client.html#event:onname">onname</a></li><li><a href="Guacamole.Client.html#event:onpipe">onpipe</a></li><li><a href="Guacamole.Client.html#event:onstatechange">onstatechange</a></li><li><a href="Guacamole.Client.html#event:onsync">onsync</a></li><li><a href="Guacamole.Client.html#event:onvideo">onvideo</a></li><li><a href="Guacamole.DataURIReader.html#event:onend">onend</a></li><li><a href="Guacamole.Display.html#event:oncursor">oncursor</a></li><li><a href="Guacamole.Display.html#event:onresize">onresize</a></li><li><a href="Guacamole.HTTPTunnel.html#event:onerror">onerror</a></li><li><a href="Guacamole.HTTPTunnel.html#event:oninstruction">oninstruction</a></li><li><a href="Guacamole.HTTPTunnel.html#event:onstatechange">onstatechange</a></li><li><a href="Guacamole.InputStream.html#event:onblob">onblob</a></li><li><a href="Guacamole.InputStream.html#event:onend">onend</a></li><li><a href="Guacamole.JSONReader.html#event:onend">onend</a></li><li><a
  href="Guacamole.JSONReader.html#event:onprogress">onprogress</a></li><li><a href="Guacamole.Keyboard.html#event:onkeydown">onkeydown</a></li><li><a href="Guacamole.Keyboard.html#event:onkeyup">onkeyup</a></li><li><a href="Guacamole.Mouse.Touchpad.html#event:onmousedown">onmousedown</a></li><li><a href="Guacamole.Mouse.Touchpad.html#event:onmousemove">onmousemove</a></li><li><a href="Guacamole.Mouse.Touchpad.html#event:onmouseup">onmouseup</a></li><li><a href="Guacamole.Mouse.Touchscreen.html#event:onmousedown">onmousedown</a></li><li><a href="Guacamole.Mouse.Touchscreen.html#event:onmousemove">onmousemove</a></li><li><a href="Guacamole.Mouse.Touchscreen.html#event:onmouseup">onmouseup</a></li><li><a href="Guacamole.Mouse.html#event:onmousedown">onmousedown</a></li><li><a href="Guacamole.Mouse.html#event:onmousemove">onmousemove</a></li><li><a href="Guacamole.Mouse.html#event:onmouseout">onmouseout</a></li><li><a href="Guacamole.Mouse.html#event:onmouseup">onmouseup</a></li><li><a h
 ref="Guacamole.Object.html#event:onbody">onbody</a></li><li><a href="Guacamole.Object.html#event:onundefine">onundefine</a></li><li><a href="Guacamole.OnScreenKeyboard.html#event:onkeydown">onkeydown</a></li><li><a href="Guacamole.OnScreenKeyboard.html#event:onkeyup">onkeyup</a></li><li><a href="Guacamole.OutputStream.html#event:onack">onack</a></li><li><a href="Guacamole.Parser.html#event:oninstruction">oninstruction</a></li><li><a href="Guacamole.RawAudioRecorder.html#event:onclose">onclose</a></li><li><a href="Guacamole.RawAudioRecorder.html#event:onerror">onerror</a></li><li><a href="Guacamole.SessionRecording._PlaybackTunnel.html#event:onerror">onerror</a></li><li><a href="Guacamole.SessionRecording._PlaybackTunnel.html#event:oninstruction">oninstruction</a></li><li><a href="Guacamole.SessionRecording._PlaybackTunnel.html#event:onstatechange">onstatechange</a></li><li><a href="Guacamole.SessionRecording.html#event:onpause">onpause</a></li><li><a href="Guacamole.SessionRecording
 .html#event:onplay">onplay</a></li><li><a href="Guacamole.SessionRecording.html#event:onprogress">onprogress</a></li><li><a href="Guacamole.SessionRecording.html#event:onseek">onseek</a></li><li><a href="Guacamole.StaticHTTPTunnel.html#event:onerror">onerror</a></li><li><a href="Guacamole.StaticHTTPTunnel.html#event:oninstruction">oninstruction</a></li><li><a href="Guacamole.StaticHTTPTunnel.html#event:onstatechange">onstatechange</a></li><li><a href="Guacamole.StringReader.html#event:onend">onend</a></li><li><a href="Guacamole.StringReader.html#event:ontext">ontext</a></li><li><a href="Guacamole.StringWriter.html#event:onack">onack</a></li><li><a href="Guacamole.Tunnel.html#event:onerror">onerror</a></li><li><a href="Guacamole.Tunnel.html#event:oninstruction">oninstruction</a></li><li><a href="Guacamole.Tunnel.html#event:onstatechange">onstatechange</a></li><li><a href="Guacamole.WebSocketTunnel.html#event:onerror">onerror</a></li><li><a href="Guacamole.WebSocketTunnel.html#event:o
 ninstruction">oninstruction</a></li><li><a href="Guacamole.WebSocketTunnel.html#event:onstatechange">onstatechange</a></li></ul><h3>Namespaces</h3><ul><li><a href="Guacamole.html">Guacamole</a></li><li><a href="Guacamole.AudioContextFactory.html">AudioContextFactory</a></li></ul>
+</nav>
+
+<br class="clear">
+
+<footer>
+    Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.5.5</a> on Fri Dec 21 2018 13:47:10 GMT-0800 (PST)
+</footer>
+
+<script> prettyPrint(); </script>
+<script src="scripts/linenumber.js"> </script>
+</body>
+</html>