public interface Connectable
Modifier and Type | Method and Description |
---|---|
GuacamoleTunnel |
connect(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.
|
GuacamoleTunnel connect(GuacamoleClientInformation info) throws GuacamoleException
info
- Information associated with the connecting client.GuacamoleException
- If an error occurs while connecting to guacd, or if permission to
connect is denied.int getActiveConnections()
Copyright © 2016. All rights reserved.