public class PersistentValve extends ValveBase
USAGE CONSTRAINT: To work correctly it requires a PersistentManager.
USAGE CONSTRAINT: To work correctly it assumes only one request exists per session at any one time.
Lifecycle.SingleUseasyncSupported, container, containerLog, next, smmserverAFTER_DESTROY_EVENT, AFTER_INIT_EVENT, AFTER_START_EVENT, AFTER_STOP_EVENT, BEFORE_DESTROY_EVENT, BEFORE_INIT_EVENT, BEFORE_START_EVENT, BEFORE_STOP_EVENT, CONFIGURE_START_EVENT, CONFIGURE_STOP_EVENT, PERIODIC_EVENT, START_EVENT, STOP_EVENT| Constructor and Description | 
|---|
| PersistentValve() | 
| Modifier and Type | Method and Description | 
|---|---|
| String | getInfo()Return descriptive information about this Valve implementation. | 
| void | invoke(Request request,
      Response response)Select the appropriate child Context to process this request,
 based on the specified request URI. | 
| protected boolean | isSessionStale(Session session,
              long timeNow)Indicate whether the session has been idle for longer
 than its expiration date as of the supplied time. | 
| void | setContainer(Container container)Set the Container with which this Valve is associated, if any. | 
backgroundProcess, event, getContainer, getDomainInternal, getNext, getObjectNameKeyProperties, initInternal, isAsyncSupported, setAsyncSupported, setNext, startInternal, stopInternal, toStringdestroyInternal, getDomain, getObjectName, postDeregister, postRegister, preDeregister, preRegister, register, setDomain, unregisteraddLifecycleListener, destroy, findLifecycleListeners, fireLifecycleEvent, getState, getStateName, getThrowOnFailure, init, removeLifecycleListener, setState, setState, setThrowOnFailure, start, stoppublic String getInfo()
public void setContainer(Container container)
ValveBasesetContainer in interface ContainedsetContainer in class ValveBasecontainer - The new associated containerpublic void invoke(Request request, Response response) throws IOException, ServletException
invoke in interface Valveinvoke in class ValveBaserequest - Request to be processedresponse - Response to be producedIOException - if an input/output error occurredServletException - if a servlet error occurredprotected boolean isSessionStale(Session session, long timeNow)
Copyright © 2000-2020 Apache Software Foundation. All Rights Reserved.