org.skyscreamer.yoga.demo.util
Class JettyServer

java.lang.Object
  extended by org.skyscreamer.yoga.demo.util.JettyServer

public class JettyServer
extends Object


Constructor Summary
JettyServer()
           
JettyServer(int port)
           
 
Method Summary
static JettyServer createServer(int port, boolean join)
           
protected  void init()
           
 void run()
           
 void run(boolean join)
           
 void stop()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JettyServer

public JettyServer()

JettyServer

public JettyServer(int port)
Method Detail

createServer

public static JettyServer createServer(int port,
                                       boolean join)
                                throws Exception
Throws:
Exception

run

public void run()
         throws Exception
Throws:
Exception

run

public void run(boolean join)
         throws Exception
Throws:
Exception

init

protected void init()

stop

public void stop()
          throws Exception
Throws:
Exception


Copyright © 2013. All Rights Reserved.