gnu.vnc
Class WebServer

java.lang.Object
  extended by gnu.vnc.WebServer
All Implemented Interfaces:
java.lang.Runnable

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

A simple web server to host the pre-compiled viewer files as an applet. Could be expanded to host more (server in a webpage maybe?)

Author:
Tal Liron

Constructor Summary
WebServer(int display, java.lang.String title, int width, int height)
           
 
Method Summary
 void run()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WebServer

public WebServer(int display,
                 java.lang.String title,
                 int width,
                 int height)
Parameters:
display -
title -
width -
height -
Method Detail

run

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