gnu.vnc
Class WebServer
java.lang.Object
|
+--gnu.vnc.WebServer
- All Implemented Interfaces:
- Runnable
- public class WebServer
- extends Object
- implements Runnable
Extremely simple HTTP server for serving the VNC viewer applet.
Constructor Summary |
WebServer(int display,
String title,
int width,
int height)
|
Method Summary |
void |
run()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
display
private int display
title
private String title
height
private int height
width
private int width
url
private URL url
serverName
private static String serverName
allowed
private static String[] allowed
WebServer
public WebServer(int display,
String title,
int width,
int height)
run
public void run()
- Specified by:
run
in interface Runnable