info.aduna.net.http.server.embedded
Class EmbeddedServer

java.lang.Object
  extended by info.aduna.net.http.server.embedded.EmbeddedServer

public class EmbeddedServer
extends Object


Field Summary
static String DEFAULT_CONTEXT_PATH
           
static String DEFAULT_HOST
           
static int DEFAULT_PORT
           
static String DEFAULT_WAR_PATH
           
 
Constructor Summary
EmbeddedServer()
           
EmbeddedServer(String host, int port, String contextPath, String warPath)
           
 
Method Summary
static void main(String[] args)
           
 void start()
           
 void stop()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DEFAULT_HOST

public static String DEFAULT_HOST

DEFAULT_PORT

public static int DEFAULT_PORT

DEFAULT_CONTEXT_PATH

public static String DEFAULT_CONTEXT_PATH

DEFAULT_WAR_PATH

public static String DEFAULT_WAR_PATH
Constructor Detail

EmbeddedServer

public EmbeddedServer()

EmbeddedServer

public EmbeddedServer(String host,
                      int port,
                      String contextPath,
                      String warPath)
Method Detail

start

public void start()
           throws Exception
Throws:
Exception

stop

public void stop()
          throws Exception
Throws:
Exception

main

public static void main(String[] args)
Parameters:
args -


Copyright © 1997-2008 Aduna. All Rights Reserved.