Class Httpd

java.lang.Object
  |
  +--Httpd

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


Field Summary
protected  java.net.Socket client
           
 
Constructor Summary
Httpd(java.net.Socket client)
           
 
Method Summary
protected  HttpProcessor getProcessor(HttpInputStream httpIn)
           
static void main(java.lang.String[] args)
           
 void run()
           
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Field Detail

client

protected java.net.Socket client
Constructor Detail

Httpd

public Httpd(java.net.Socket client)
Method Detail

run

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

getProcessor

protected HttpProcessor getProcessor(HttpInputStream httpIn)

main

public static void main(java.lang.String[] args)
                 throws java.io.IOException