public class AbstractHttpServingTestCase
extends java.lang.Object
| Constructor and Description |
|---|
AbstractHttpServingTestCase() |
| Modifier and Type | Method and Description |
|---|---|
protected org.eclipse.jetty.server.Handler |
getRealHandler() |
void |
setHandler() |
protected void |
setRealHandler(org.eclipse.jetty.server.Handler handler) |
static void |
startServer() |
static void |
stopServer() |
public static void startServer()
throws java.lang.Exception
java.lang.Exceptionpublic void setHandler()
throws java.lang.Exception
java.lang.Exceptionprotected void setRealHandler(org.eclipse.jetty.server.Handler handler)
protected org.eclipse.jetty.server.Handler getRealHandler()
public static void stopServer()
throws java.lang.Exception
java.lang.Exception