info.aduna.net.http.server.embedded
Class EmbeddedServer
java.lang.Object
info.aduna.net.http.server.embedded.EmbeddedServer
public class EmbeddedServer
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
EmbeddedServer
public EmbeddedServer()
EmbeddedServer
public EmbeddedServer(String host,
int port,
String contextPath,
String warPath)
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.