Module com.aoindustries.web.struts
Class VncConsoleProxyServlet
java.lang.Object
jakarta.servlet.GenericServlet
jakarta.servlet.http.HttpServlet
com.aoindustries.web.struts.clientarea.control.vnc.VncConsoleProxyServlet
- All Implemented Interfaces:
Servlet,ServletConfig,Serializable
@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:
-
Field Summary
Fields inherited from class jakarta.servlet.http.HttpServlet
LEGACY_DO_HEAD -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoiddestroy()protected voiddoGet(HttpServletRequest req, HttpServletResponse resp) protected voiddoPost(HttpServletRequest req, HttpServletResponse resp) voidinit()Methods inherited from class jakarta.servlet.http.HttpServlet
doDelete, doHead, doOptions, doPut, doTrace, getLastModified, init, service, serviceMethods inherited from class jakarta.servlet.GenericServlet
getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, log, log
-
Constructor Details
-
VncConsoleProxyServlet
public VncConsoleProxyServlet()
-
-
Method Details
-
init
public void init()- Overrides:
initin classGenericServlet
-
destroy
public void destroy()- Specified by:
destroyin interfaceServlet- Overrides:
destroyin classGenericServlet
-
doGet
- Overrides:
doGetin classHttpServlet- Throws:
IOException
-
doPost
- Overrides:
doPostin classHttpServlet- Throws:
IOException
-
