Module com.aoindustries.web.struts
Class VncConsoleProxyServlet
java.lang.Object
javax.servlet.GenericServlet
javax.servlet.http.HttpServlet
com.aoindustries.web.struts.clientarea.control.vnc.VncConsoleProxyServlet
- All Implemented Interfaces:
Serializable
,Servlet
,ServletConfig
@WebServlet(urlPatterns="/clientarea/control/vnc/vnc-console-proxy",
loadOnStartup=3)
public class VncConsoleProxyServlet
extends HttpServlet
Managed all VNC Proxies, including direct SSL sockets and HTTPS connections.
- Author:
- AO Industries, Inc.
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
destroy()
protected void
doGet
(HttpServletRequest req, HttpServletResponse resp) protected void
doPost
(HttpServletRequest req, HttpServletResponse resp) void
init()
Methods inherited from class javax.servlet.http.HttpServlet
doDelete, doHead, doOptions, doPut, doTrace, getLastModified, service, service
Methods inherited from class javax.servlet.GenericServlet
getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, log, log
-
Constructor Details
-
VncConsoleProxyServlet
public VncConsoleProxyServlet()
-
-
Method Details
-
init
public void init()- Overrides:
init
in classGenericServlet
-
destroy
public void destroy()- Specified by:
destroy
in interfaceServlet
- Overrides:
destroy
in classGenericServlet
-
doGet
- Overrides:
doGet
in classHttpServlet
- Throws:
IOException
-
doPost
- Overrides:
doPost
in classHttpServlet
- Throws:
IOException
-