com.aoindustries.website.clientarea.control.vnc
Class VncConsoleProxySocketServer

java.lang.Object
  extended by com.aoindustries.website.clientarea.control.vnc.VncConsoleProxySocketServer
All Implemented Interfaces:
java.lang.Runnable

public class VncConsoleProxySocketServer
extends java.lang.Object
implements java.lang.Runnable

Listens on SSL socket for incoming connections and proxies through to the behind-the-scenes VNC server.

Author:
AO Industries, Inc.

Constructor Summary
VncConsoleProxySocketServer()
           
 
Method Summary
 void destroy()
           
 void init(javax.servlet.ServletContext servletContext)
           
 void run()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VncConsoleProxySocketServer

public VncConsoleProxySocketServer()
Method Detail

init

public void init(javax.servlet.ServletContext servletContext)

destroy

public void destroy()

run

public void run()
Specified by:
run in interface java.lang.Runnable