public class ServerManager extends Object
| Modifier | Constructor and Description |
|---|---|
protected |
ServerManager(org.eclipse.jetty.server.ServerConnector connector) |
| Modifier and Type | Method and Description |
|---|---|
void |
join() |
static ServerManager |
newInstance() |
int |
start(org.eclipse.jetty.server.Handler handler) |
int |
start(int port,
org.eclipse.jetty.server.Handler handler) |
void |
stop() |
protected ServerManager(org.eclipse.jetty.server.ServerConnector connector)
public int start(int port,
org.eclipse.jetty.server.Handler handler)
throws Exception
Exceptionpublic static ServerManager newInstance()
Copyright © 2010–2018 Justin Searls. All rights reserved.