public class UIWebServer extends Object
Constructor and Description |
---|
UIWebServer(String serverName,
InetSocketAddress address,
MasterInfo masterInfo)
Constructor that pairs urls with servlets and sets the webapp folder.
|
Modifier and Type | Method and Description |
---|---|
void |
setHandler(org.eclipse.jetty.server.handler.AbstractHandler handler) |
void |
shutdownWebServer() |
void |
startWebServer() |
public UIWebServer(String serverName, InetSocketAddress address, MasterInfo masterInfo)
serverName
- Name of the serveraddress
- Address of the servermasterInfo
- MasterInfo for the tachyon filesystem this UIWebServer supportsCopyright © 2014. All rights reserved.