Class AbstractHttpSession
java.lang.Object
org.wildfly.clustering.session.spec.servlet.AbstractHttpSession
- All Implemented Interfaces:
jakarta.servlet.http.HttpSession
public abstract class AbstractHttpSession
extends Object
implements jakarta.servlet.http.HttpSession
- Author:
- Paul Ferraro
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedAbstractHttpSession(org.wildfly.clustering.session.ImmutableSession session, jakarta.servlet.ServletContext context) -
Method Summary
Modifier and TypeMethodDescriptionbooleangetAttribute(String name) longgetId()longintjakarta.servlet.ServletContextjakarta.servlet.http.HttpSessionContextDeprecated.Deprecated.String[]Deprecated.inthashCode()booleanisNew()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
invalidate, removeAttribute, setAttribute, setMaxInactiveInterval
-
Constructor Details
-
AbstractHttpSession
protected AbstractHttpSession(org.wildfly.clustering.session.ImmutableSession session, jakarta.servlet.ServletContext context)
-
-
Method Details
-
getServletContext
public jakarta.servlet.ServletContext getServletContext()- Specified by:
getServletContextin interfacejakarta.servlet.http.HttpSession
-
getId
- Specified by:
getIdin interfacejakarta.servlet.http.HttpSession
-
getCreationTime
public long getCreationTime()- Specified by:
getCreationTimein interfacejakarta.servlet.http.HttpSession
-
getMaxInactiveInterval
public int getMaxInactiveInterval()- Specified by:
getMaxInactiveIntervalin interfacejakarta.servlet.http.HttpSession
-
getLastAccessedTime
public long getLastAccessedTime()- Specified by:
getLastAccessedTimein interfacejakarta.servlet.http.HttpSession
-
isNew
public boolean isNew()- Specified by:
isNewin interfacejakarta.servlet.http.HttpSession
-
getAttributeNames
- Specified by:
getAttributeNamesin interfacejakarta.servlet.http.HttpSession
-
getAttribute
-
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
-
equals
-
toString
-