public class BasicTunnelRequestUtility extends Object
| Constructor and Description |
|---|
BasicTunnelRequestUtility() |
| Modifier and Type | Method and Description |
|---|---|
static GuacamoleTunnel |
createTunnel(javax.servlet.http.HttpServletRequest request)
Creates a new tunnel using the parameters and credentials present in
the given request.
|
public static GuacamoleTunnel createTunnel(javax.servlet.http.HttpServletRequest request) throws GuacamoleException
request - The HttpServletRequest describing the tunnel to create.GuacamoleException - If an error occurs while creating the tunnel.Copyright © 2015. All rights reserved.