com.croftsoft.core.net.http
Class PrintServer

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

public class PrintServer
extends Object
implements Runnable

Version:
2000-04-23
Author:
David W. Croft

Constructor Summary
PrintServer(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

PrintServer

public PrintServer(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)