public abstract class AbstractTestbedHandler
extends org.mortbay.jetty.handler.AbstractHandler
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
debug |
| Constructor and Description |
|---|
AbstractTestbedHandler() |
| Modifier and Type | Method and Description |
|---|---|
void |
addMyHeader(javax.servlet.http.HttpServletResponse res,
String name,
String value) |
abstract void |
handle(org.mortbay.jetty.Request req,
javax.servlet.http.HttpServletResponse res,
String target,
int dispatch) |
void |
handle(String target,
javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse res,
int dispatch) |
destroy, doStart, doStop, getServer, setServer, toStringaddLifeCycleListener, isFailed, isRunning, isStarted, isStarting, isStopped, isStopping, removeLifeCycleListener, start, stoppublic void handle(String target, javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse res, int dispatch) throws IOException, javax.servlet.ServletException
IOExceptionjavax.servlet.ServletExceptionpublic abstract void handle(org.mortbay.jetty.Request req,
javax.servlet.http.HttpServletResponse res,
String target,
int dispatch)
throws IOException,
javax.servlet.ServletException
IOExceptionjavax.servlet.ServletExceptionCopyright © 2015 The Apache Software Foundation