Package helma.main
Class JettyServer
java.lang.Object
helma.main.JettyServer
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionvoid
destroy()
org.eclipse.jetty.server.Server
static JettyServer
init
(Server server, ServerConfig config) void
start()
void
stop()
-
Field Details
-
http
protected org.eclipse.jetty.server.Server http
-
-
Method Details
-
init
- Throws:
IOException
-
getHttpServer
public org.eclipse.jetty.server.Server getHttpServer() -
start
- Throws:
Exception
-
stop
- Throws:
Exception
-
destroy
public void destroy()
-