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
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
- Specified by:
getAttributein interfacejakarta.servlet.http.HttpSession
-
hashCode
public int hashCode() -
equals
-
toString
-