public class WebPipeline 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 |
|---|
WebPipeline(Container container)
creates an instance of WebPipeline
|
| 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 WebPipeline(Container container)
container - public 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.