org.tranche.httpd
Class Main

java.lang.Object
  extended by org.tranche.httpd.Main

public class Main
extends java.lang.Object

Author:
TPapoulias

Constructor Summary
Main()
          A new httpd server is launched.
 
Method Summary
static void main(java.lang.String[] args)
          Starts up a new httpd server and waits to receive a "q" from the stdin.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Main

public Main()
A new httpd server is launched.

Method Detail

main

public static void main(java.lang.String[] args)
Starts up a new httpd server and waits to receive a "q" from the stdin. Upon reception it kills the server and the program terminates.

Parameters:
args -


This code is free for use both commercially and non-commercially as stated in the project's license