public interface Connectable
| Modifier and Type | Method and Description |
|---|---|
org.glyptodon.guacamole.net.GuacamoleTunnel |
connect(org.glyptodon.guacamole.protocol.GuacamoleClientInformation info)
Establishes a connection to guacd using the information associated with
this object.
|
int |
getActiveConnections()
Returns the number of active connections associated with this object.
|
org.glyptodon.guacamole.net.GuacamoleTunnel connect(org.glyptodon.guacamole.protocol.GuacamoleClientInformation info)
throws org.glyptodon.guacamole.GuacamoleException
info - Information associated with the connecting client.org.glyptodon.guacamole.GuacamoleException - If an error occurs while connecting to guacd, or if permission to
connect is denied.int getActiveConnections()
Copyright © 2015. All rights reserved.