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, wait
connect, getHistory
public String getIdentifier()
Connection
getIdentifier
in interface Connection
public void setIdentifier(String identifier)
Connection
setIdentifier
in interface Connection
identifier
- The identifier to assign.public net.sourceforge.guacamole.protocol.GuacamoleConfiguration getConfiguration()
Connection
getConfiguration
in interface Connection
public void setConfiguration(net.sourceforge.guacamole.protocol.GuacamoleConfiguration configuration)
Connection
setConfiguration
in interface Connection
configuration
- The GuacamoleConfiguration to associate with this
Connection.Copyright © 2013. All Rights Reserved.