org.apache.falcon.util
Class EmbeddedServer
java.lang.Object
org.apache.falcon.util.EmbeddedServer
public class EmbeddedServer
- extends Object
This class embeds a Jetty server and a connector.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EmbeddedServer
public EmbeddedServer(int port,
String path)
start
public void start()
throws Exception
- Throws:
Exception
stop
public void stop()
throws Exception
- Throws:
Exception
Copyright © 2013-2014 Apache Software Foundation. All Rights Reserved.