public abstract class AbstractConnection extends Object implements Connection
| Constructor and Description |
|---|
AbstractConnection() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
net.sourceforge.guacamole.protocol.GuacamoleConfiguration |
getConfiguration()
Returns the GuacamoleConfiguration associated with this Connection.
|
String |
getIdentifier()
Returns the unique identifier assigned to this Connection.
|
int |
hashCode() |
void |
setConfiguration(net.sourceforge.guacamole.protocol.GuacamoleConfiguration configuration)
Sets the GuacamoleConfiguration associated with this Connection.
|
void |
setIdentifier(String identifier)
Sets the identifier assigned to this Connection.
|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitconnect, getHistorypublic String getIdentifier()
ConnectiongetIdentifier in interface Connectionpublic void setIdentifier(String identifier)
ConnectionsetIdentifier in interface Connectionidentifier - The identifier to assign.public net.sourceforge.guacamole.protocol.GuacamoleConfiguration getConfiguration()
ConnectiongetConfiguration in interface Connectionpublic void setConfiguration(net.sourceforge.guacamole.protocol.GuacamoleConfiguration configuration)
ConnectionsetConfiguration in interface Connectionconfiguration - The GuacamoleConfiguration to associate with this
Connection.Copyright © 2013. All Rights Reserved.