rabbit.webserver
Class SimpleWebServer

java.lang.Object
  extended by rabbit.webserver.SimpleWebServer

public class SimpleWebServer
extends Object

A simple web server that serves static resources.

Author:
Robert Olofsson

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

Constructor Detail

SimpleWebServer

public SimpleWebServer(int port,
                       String path)
                throws IOException
Throws:
IOException
Method Detail

main

public static void main(String[] args)

start

public void start()