net.sourceforge.guacamole.net.basic
Class BasicGuacamoleTunnelServlet
java.lang.Object
javax.servlet.GenericServlet
javax.servlet.http.HttpServlet
net.sourceforge.guacamole.net.basic.AuthenticatingHttpServlet
net.sourceforge.guacamole.net.basic.BasicGuacamoleTunnelServlet
- All Implemented Interfaces:
- Serializable, javax.servlet.Servlet, javax.servlet.ServletConfig
public class BasicGuacamoleTunnelServlet
- extends AuthenticatingHttpServlet
Connects users to a tunnel associated with the authorized configuration
having the given ID.
- Author:
- Michael Jumper
- See Also:
- Serialized Form
Method Summary |
protected void |
authenticatedService(Map<String,net.sourceforge.guacamole.protocol.GuacamoleConfiguration> configs,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
|
Methods inherited from class javax.servlet.http.HttpServlet |
doDelete, doGet, doHead, doOptions, doPost, doPut, doTrace, getLastModified, service |
Methods inherited from class javax.servlet.GenericServlet |
destroy, getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, log, log |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BasicGuacamoleTunnelServlet
public BasicGuacamoleTunnelServlet()
authenticatedService
protected void authenticatedService(Map<String,net.sourceforge.guacamole.protocol.GuacamoleConfiguration> configs,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
throws IOException,
javax.servlet.ServletException
- Specified by:
authenticatedService
in class AuthenticatingHttpServlet
- Throws:
IOException
javax.servlet.ServletException
Copyright © 2013. All Rights Reserved.