org.mactor.brokers.http
Class HttpServerManager

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

public class HttpServerManager
extends java.lang.Object

Singleton that maintains all http servers

Author:
Lars Ivar Almli

Constructor Summary
HttpServerManager()
           
 
Method Summary
static HttpServer getHttpServer(int listeningPort)
           
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HttpServerManager

public HttpServerManager()
Method Detail

getHttpServer

public static HttpServer getHttpServer(int listeningPort)
                                throws MactorException
Throws:
MactorException

main

public static void main(java.lang.String[] args)
                 throws java.lang.Exception
Throws:
java.lang.Exception


Copyright © 2008. All Rights Reserved.