Github user mike-jumper commented on a diff in the pull request:
https://github.com/apache/incubator-guacamole-client/pull/16#discussion_r65928947
--- Diff:
guacamole/src/main/java/org/apache/guacamole/rest/tunnel/TunnelRESTService.java
---
@@ -143,4 +150,53 @@ public void write(OutputStream output) throws
IOException {
}
+ /**
+ * Intercepts a specific stream, sending the contents of the given
+ * InputStream over that stream as "blob" instructions.
+ *
+ * @param authToken
+ * The authentication token that is used to authenticate the user
+ * performing the operation.
+ *
+ * @param tunnelUUID
+ * The UUID of the tunnel containing the stream being intercepted.
+ *
+ * @param streamIndex
+ * The index of the stream to intercept.
+ *
+ * @param filename
+ * The filename to use for the sake of identifying the data being
sent.
+ *
+ * @param data
+ * An InputStream containing the data to be sent over the
intercepted
+ * stream.
+ *
+ * @throws GuacamoleException
+ * If the session associated with the given auth
--- End diff --
True. Will fix.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---