org.apache.directory.server.integration.http
Class HttpServer
java.lang.Object
org.apache.directory.server.integration.http.HttpServer
public class HttpServer
- extends java.lang.Object
Class to start the jetty http server
- Version:
- $Rev$, $Date$
- Author:
- Apache Directory Project
- XBean
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
HttpServer
public HttpServer()
start
public void start()
throws java.lang.Exception
- starts the jetty http server
- Throws:
java.lang.Exception
stop
public void stop()
throws java.lang.Exception
- stops the jetty http server
- Throws:
java.lang.Exception
setConfFile
public void setConfFile(java.lang.String confFile)
getWebApps
public java.util.Set<WebApp> getWebApps()
setWebApps
public void setWebApps(java.util.Set<WebApp> webapps)
getPort
public int getPort()
setPort
public void setPort(int port)
Copyright © 2003-2011 Apache Software Foundation. All Rights Reserved.