public class DummyConnection extends AbstractConnection
| Constructor and Description |
|---|
DummyConnection() |
| Modifier and Type | Method and Description |
|---|---|
GuacamoleSocket |
connect(GuacamoleClientInformation info)
Establishes a connection to guacd using the GuacamoleConfiguration
associated with this Connection, and returns the resulting, connected
GuacamoleSocket.
|
List<ConnectionRecord> |
getHistory()
Returns a list of ConnectionRecords representing the usage history
of this Connection, including any active users.
|
equals, getConfiguration, getIdentifier, getName, getParentIdentifier, hashCode, setConfiguration, setIdentifier, setName, setParentIdentifierpublic GuacamoleSocket connect(GuacamoleClientInformation info) throws GuacamoleException
Connectioninfo - Information associated with the connecting client.GuacamoleException - If an error occurs while connecting to guacd,
or if permission to connect is denied.public List<ConnectionRecord> getHistory() throws GuacamoleException
ConnectionGuacamoleException - If an error occurs while reading the history
of this connection, or if permission is
denied.Copyright © 2015. All rights reserved.