public class VirtualServerPipeline extends StandardPipeline
basic, container, info, lifecycle, started, valvesAFTER_START_EVENT, AFTER_STOP_EVENT, BEFORE_START_EVENT, BEFORE_STOP_EVENT, INIT_EVENT, START_EVENT, STOP_EVENT| Constructor and Description |
|---|
VirtualServerPipeline(VirtualServer vs)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
invoke(Request request,
Response response)
Processes the specified request, and produces the appropriate
response, by invoking the first valve (if any) of this pipeline, or
the pipeline's basic valve.
|
addLifecycleListener, addValve, addValve, doChainInvoke, findLifecycleListeners, getBasic, getContainer, getInfo, getValveObjectNames, getValves, hasNonBasicValves, log, log, removeLifecycleListener, removeValve, setBasic, setContainer, start, stoppublic VirtualServerPipeline(VirtualServer vs)
vs - Virtual server with which this VirtualServerPipeline is being
associatedpublic void invoke(Request request, Response response) throws IOException, javax.servlet.ServletException
invoke in interface Pipelineinvoke in class StandardPipelinerequest - The request to processresponse - The response to returnIOException - if an input/output error occursjavax.servlet.ServletException - if a servlet exception is thrownCopyright © 2019. All rights reserved.