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,
java.lang.String name,
java.lang.String value) |
abstract void |
handle(org.mortbay.jetty.Request req,
javax.servlet.http.HttpServletResponse res,
java.lang.String target,
int dispatch) |
void |
handle(java.lang.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(java.lang.String target,
javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse res,
int dispatch)
throws java.io.IOException,
javax.servlet.ServletException
java.io.IOExceptionjavax.servlet.ServletExceptionpublic abstract void handle(org.mortbay.jetty.Request req,
javax.servlet.http.HttpServletResponse res,
java.lang.String target,
int dispatch)
throws java.io.IOException,
javax.servlet.ServletException
java.io.IOExceptionjavax.servlet.ServletExceptionpublic void addMyHeader(javax.servlet.http.HttpServletResponse res,
java.lang.String name,
java.lang.String value)
Copyright © 2019 The Apache Software Foundation