org.apache.blur.gui
Class HttpJettyServer

java.lang.Object
  extended by org.apache.blur.gui.HttpJettyServer

public class HttpJettyServer
extends Object

Starts up a Jetty server to run the utility gui.


Constructor Summary
HttpJettyServer(Class<?> c, int port)
           
 
Method Summary
 void close()
           
 org.mortbay.jetty.webapp.WebAppContext getContext()
           
 int getLocalPort()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HttpJettyServer

public HttpJettyServer(Class<?> c,
                       int port)
                throws IOException
Parameters:
port - port to run gui on
Throws:
IOException
Method Detail

getContext

public org.mortbay.jetty.webapp.WebAppContext getContext()

close

public void close()

getLocalPort

public int getLocalPort()


Copyright © 2012-2014 The Apache Software Foundation. All Rights Reserved.