org.mactor.brokers.http
Class HttpServer

java.lang.Object
  extended by org.mactor.brokers.http.HttpServer

public class HttpServer
extends java.lang.Object

Simple HTTP server

Author:
Lars Ivar Almli

Field Summary
protected static org.apache.log4j.Logger log
           
 
Constructor Summary
HttpServer(int port)
           
 
Method Summary
 void addRequestListener(java.lang.String url, HttpRequestListener listener)
           
 void removeRequestListener(java.lang.String url)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

log

protected static org.apache.log4j.Logger log
Constructor Detail

HttpServer

public HttpServer(int port)
           throws MactorException
Throws:
MactorException
Method Detail

addRequestListener

public void addRequestListener(java.lang.String url,
                               HttpRequestListener listener)

removeRequestListener

public void removeRequestListener(java.lang.String url)


Copyright © 2008. All Rights Reserved.