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
- Author:
- Paul Ferraro
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanjakarta.servlet.http.HttpSessionContextDeprecated.Deprecated.String[]Deprecated.inthashCode()voidDeprecated.voidremoveValue(String name) Deprecated.toString()Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods 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
-
getValueNames
Deprecated.- Specified by:
getValueNamesin interfacejakarta.servlet.http.HttpSession
-
getValue
Deprecated.- Specified by:
getValuein interfacejakarta.servlet.http.HttpSession
-
putValue
Deprecated.- Specified by:
putValuein interfacejakarta.servlet.http.HttpSession
-
removeValue
Deprecated.- Specified by:
removeValuein interfacejakarta.servlet.http.HttpSession
-
getSessionContext
Deprecated.- Specified by:
getSessionContextin interfacejakarta.servlet.http.HttpSession
-
hashCode
public int hashCode() -
equals
-
toString
-