|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.apache.directory.server.integration.http.HttpServer
public class HttpServer
Class to start the jetty http server
| Field Summary | |
|---|---|
static String |
HTTP_TRANSPORT_ID
protocol identifier for http |
static String |
HTTPS_TRANSPORT_ID
protocol identifier for https |
| Constructor Summary | |
|---|---|
HttpServer()
|
|
| Method Summary | |
|---|---|
TcpTransport |
getHttpsTransport()
|
TcpTransport |
getHttpTransport()
|
Set<WebApp> |
getWebApps()
|
void |
setConfFile(String confFile)
|
void |
setHttpsTransport(TcpTransport httpsTransport)
|
void |
setHttpTransport(TcpTransport httpTransport)
|
void |
setWebApps(Set<WebApp> webapps)
|
void |
start(DirectoryService dirService)
starts the jetty http server |
void |
stop()
stops the jetty http server |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final String HTTP_TRANSPORT_ID
public static final String HTTPS_TRANSPORT_ID
| Constructor Detail |
|---|
public HttpServer()
| Method Detail |
|---|
public void start(DirectoryService dirService)
throws Exception
Exception
public void stop()
throws Exception
Exceptionpublic void setConfFile(String confFile)
public Set<WebApp> getWebApps()
public void setWebApps(Set<WebApp> webapps)
public TcpTransport getHttpTransport()
public void setHttpTransport(TcpTransport httpTransport)
public TcpTransport getHttpsTransport()
public void setHttpsTransport(TcpTransport httpsTransport)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||