com.croftsoft.core.net.http
Class WebServer

java.lang.Object
  extended by com.croftsoft.core.net.http.WebServer
All Implemented Interfaces:
Runnable

public class WebServer
extends Object
implements Runnable

Nasty quick hack of a web server.

Version:
1999-12-24
Author:
David W. Croft

Constructor Summary
WebServer(String root, int port)
           
 
Method Summary
static void main(String[] args)
           
 void run()
           
 void shutdown()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WebServer

public WebServer(String root,
                 int port)
Method Detail

main

public static void main(String[] args)

shutdown

public void shutdown()

run

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

CroftSoft Javadoc

CroftSoft Core Javadoc (2008-09-28 20:58:02)