Class AbstractHttpSession

java.lang.Object
org.wildfly.clustering.tomcat.catalina.AbstractHttpSession
All Implemented Interfaces:
jakarta.servlet.http.HttpSession
Direct Known Subclasses:
HttpSessionAdapter

public abstract class AbstractHttpSession extends Object implements jakarta.servlet.http.HttpSession
Implements deprecated methods, as well as equals(Object), hashCode(), and toString().
Author:
Paul Ferraro
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    equals(Object object)
     
    int
     
     

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait

    Methods inherited from interface jakarta.servlet.http.HttpSession

    getAttribute, getAttributeNames, getCreationTime, getId, getLastAccessedTime, getMaxInactiveInterval, getServletContext, invalidate, isNew, removeAttribute, setAttribute, setMaxInactiveInterval
  • Constructor Details

    • AbstractHttpSession

      public AbstractHttpSession()
  • Method Details