com.norbl.util.http
Class SimpleHttpServer

java.lang.Object
  extended by com.norbl.util.http.SimpleHttpServer

public class SimpleHttpServer
extends java.lang.Object

A very simple http server.


Nested Class Summary
static class SimpleHttpServer.ReqHandler
          For testing only
static class SimpleHttpServer.ReqListenerThread
           
 
Constructor Summary
SimpleHttpServer()
           
 
Method Summary
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SimpleHttpServer

public SimpleHttpServer()
Method Detail

main

public static void main(java.lang.String[] args)
                 throws java.lang.Exception
Throws:
java.lang.Exception