ServletContainerpublic class ServletContainerImpl extends java.lang.Object implements ServletContainer
| Constructor | Description |
|---|---|
ServletContainerImpl(org.eclipse.jetty.server.Server server) |
| Modifier and Type | Method | Description |
|---|---|---|
java.net.URI |
getURI() |
|
void |
join() |
|
void |
start() |
|
void |
stop() |
public ServletContainerImpl(org.eclipse.jetty.server.Server server)
public void start()
throws java.lang.Exception
start in interface ServletContainerjava.lang.Exceptionpublic void stop()
throws java.lang.Exception
stop in interface ServletContainerjava.lang.Exceptionpublic void join()
throws java.lang.Exception
join in interface ServletContainerjava.lang.Exceptionpublic java.net.URI getURI()
getURI in interface ServletContainer