Class VncConsoleProxySocketServer

java.lang.Object
com.aoindustries.web.struts.clientarea.control.vnc.VncConsoleProxySocketServer
All Implemented Interfaces:
Runnable

public class VncConsoleProxySocketServer extends Object implements Runnable
Listens on SSL socket for incoming connections and proxies through to the behind-the-scenes VNC server.
Author:
AO Industries, Inc.
  • Constructor Details

    • VncConsoleProxySocketServer

      public VncConsoleProxySocketServer()
  • Method Details

    • init

      public void init(ServletContext servletContext)
    • destroy

      public void destroy()
    • run

      public void run()
      Specified by:
      run in interface Runnable