|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.mactor.brokers.http.HttpServer
public class HttpServer
Simple HTTP server
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 |
---|
protected static org.apache.log4j.Logger log
Constructor Detail |
---|
public HttpServer(int port) throws MactorException
MactorException
Method Detail |
---|
public void addRequestListener(java.lang.String url, HttpRequestListener listener)
public void removeRequestListener(java.lang.String url)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |