Class AbstractHttpSession

java.lang.Object
org.wildfly.clustering.session.container.servlet.AbstractHttpSession
All Implemented Interfaces:
jakarta.servlet.http.HttpSession
Direct Known Subclasses:
DetachableHttpSession, ImmutableHttpSession

public abstract class AbstractHttpSession extends Object implements jakarta.servlet.http.HttpSession
Abstract HttpSession facade implementing deprecated methods.
Author:
Paul Ferraro
  • Nested Class Summary

    Nested classes/interfaces inherited from interface jakarta.servlet.http.HttpSession

    jakarta.servlet.http.HttpSession.Accessor
  • Constructor Summary

    Constructors
    Modifier
    Constructor
    Description
    protected
    Creates a new session facade.
  • Method Summary

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

    Methods inherited from class Object

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

    Methods inherited from interface jakarta.servlet.http.HttpSession

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

    • AbstractHttpSession

      protected AbstractHttpSession()
      Creates a new session facade.
  • Method Details