Class SimpleServer

java.lang.Object
  extended bySimpleServer

public class SimpleServer
extends java.lang.Object

A simple class that just contains a main method to get a HTTP server and a camera running.


Constructor Summary
SimpleServer()
           
 
Method Summary
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SimpleServer

public SimpleServer()
Method Detail

main

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