mandala.util
Class HTTPServer

java.lang.Object
  extended bymandala.util.HTTPServer

public class HTTPServer
extends java.lang.Object

Small Web server.

This program is insecure! Don't use it for production software! See Apache for a secure, efficient and extensible open-source web server!

Version:
1.0
Author:
eipi

Field Summary
static Syslog syslog
           
 
Constructor Summary
HTTPServer()
           
 
Method Summary
static void main(java.lang.String[] args)
           
static void respond(java.net.Socket socket)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

syslog

public static final Syslog syslog
Constructor Detail

HTTPServer

public HTTPServer()
Method Detail

main

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

respond

public static void respond(java.net.Socket socket)


Mandala help mailing list