@Deprecated public class GuacamoleSession extends Object
Constructor and Description |
---|
GuacamoleSession(javax.servlet.http.HttpSession session)
Deprecated.
Creates a new GuacamoleSession.
|
Modifier and Type | Method and Description |
---|---|
void |
attachTunnel(GuacamoleTunnel tunnel)
Deprecated.
Attaches the given tunnel to this GuacamoleSession.
|
void |
detachTunnel(GuacamoleTunnel tunnel)
Deprecated.
Detaches the given tunnel to this GuacamoleSession.
|
GuacamoleTunnel |
getTunnel(String tunnelUUID)
Deprecated.
Returns the tunnel with the given UUID attached to this GuacamoleSession,
if any.
|
public GuacamoleSession(javax.servlet.http.HttpSession session)
session
- The HttpSession that older versions of Guacamole would use as tunnel
storage. This parameter is now ignored, and the GuacamoleSession
class overall is deprecated.public void attachTunnel(GuacamoleTunnel tunnel)
tunnel
- The tunnel to attach to this GucacamoleSession.public void detachTunnel(GuacamoleTunnel tunnel)
tunnel
- The tunnel to detach to this GucacamoleSession.public GuacamoleTunnel getTunnel(String tunnelUUID)
tunnelUUID
- The UUID of an attached tunnel.Copyright © 2016. All rights reserved.