Class HTTPServer

java.lang.Object
org.cybergarage.http.HTTPServer
All Implemented Interfaces:
Runnable

public class HTTPServer
extends Object
implements Runnable
This class identifies an HTTP over TCP server
The server must be initialized iether by the open(InetAddress, int) or the open(String, int) method.
Optionally a set of HTTPRequestListener may be set
The server then can be started or stopped by the method start() and stop()
Version:
1.8
Author:
Satoshi "skonno" Konno, Stefano "Kismet" Lenzi