|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sourceforge.guacamole.net.event.TunnelConnectEvent
public class TunnelConnectEvent
An event which is triggered whenever a tunnel is being connected. The tunnel being connected can be accessed through getTunnel(), and the set of all credentials available from the request which is connecting the tunnel can be retrieved using getCredentials().
Constructor Summary | |
---|---|
TunnelConnectEvent(Credentials credentials,
net.sourceforge.guacamole.net.GuacamoleTunnel tunnel)
Creates a new TunnelConnectEvent which represents the connecting of the given tunnel via a request associated with the given credentials. |
Method Summary | |
---|---|
Credentials |
getCredentials()
Returns the current credentials of the user triggering the event, if any. |
net.sourceforge.guacamole.net.GuacamoleTunnel |
getTunnel()
Returns the tunnel associated with this event, if any. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TunnelConnectEvent(Credentials credentials, net.sourceforge.guacamole.net.GuacamoleTunnel tunnel)
credentials
- The credentials associated with the request
connecting the tunnel.tunnel
- The tunnel being connected.Method Detail |
---|
public Credentials getCredentials()
CredentialEvent
getCredentials
in interface CredentialEvent
public net.sourceforge.guacamole.net.GuacamoleTunnel getTunnel()
TunnelEvent
getTunnel
in interface TunnelEvent
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |