Package | Description |
---|---|
org.glyptodon.guacamole.net.basic |
Classes specific to the general-purpose web application implemented by
the Guacamole project using the Guacamole APIs.
|
Modifier and Type | Method and Description |
---|---|
TunnelRequest.Type |
TunnelRequest.getType()
Returns the type of object for which the tunnel is being requested.
|
static TunnelRequest.Type |
TunnelRequest.Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TunnelRequest.Type[] |
TunnelRequest.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
protected GuacamoleTunnel |
TunnelRequestService.createAssociatedTunnel(GuacamoleSession session,
GuacamoleTunnel tunnel,
TunnelRequest.Type type,
String id)
Associates the given tunnel with the given session, returning a wrapped
version of the same tunnel which automatically handles closure and
removal from the session.
|
protected GuacamoleTunnel |
TunnelRequestService.createConnectedTunnel(UserContext context,
TunnelRequest.Type type,
String id,
GuacamoleClientInformation info)
Creates a new tunnel using which is connected to the connection or
connection group identifier by the given ID.
|
Copyright © 2015. All rights reserved.