examples/tomcat6/apache-tomcat-6.0.35-src/java/org/apache/catalina/valves/CometConnectionManagerValve.java
branchcvs_MAIN
changeset 3412 df11bb428463
parent 3360 1a8899091305
equal deleted inserted replaced
3386:ddcff50a1fdc 3412:df11bb428463
    49  * when the associated session expires or the webapp is reloaded.</p>
    49  * when the associated session expires or the webapp is reloaded.</p>
    50  *
    50  *
    51  * <p>This Valve should be attached to a Context.</p>
    51  * <p>This Valve should be attached to a Context.</p>
    52  *
    52  *
    53  * @author Remy Maucherat
    53  * @author Remy Maucherat
    54  * @version $Id: CometConnectionManagerValve.java,v 1.4 2015-01-28 02:10:54 vrany Exp $
    54  * @version $Id: CometConnectionManagerValve.java,v 1.5 2015-03-20 12:08:06 vrany Exp $
    55  */
    55  */
    56 
    56 
    57 public class CometConnectionManagerValve
    57 public class CometConnectionManagerValve
    58     extends ValveBase
    58     extends ValveBase
    59     implements Lifecycle, HttpSessionListener, LifecycleListener {
    59     implements Lifecycle, HttpSessionListener, LifecycleListener {