Class AbstractImmutableHttpSession
java.lang.Object
org.wildfly.clustering.session.spec.servlet.AbstractHttpSession
org.wildfly.clustering.session.spec.servlet.AbstractImmutableHttpSession
- All Implemented Interfaces:
jakarta.servlet.http.HttpSession
- Author:
- Paul Ferraro
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidremoveAttribute(String name) voidsetAttribute(String name, Object value) voidsetMaxInactiveInterval(int interval) Methods inherited from class org.wildfly.clustering.session.spec.servlet.AbstractHttpSession
equals, hashCode, toStringMethods 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, isNew
-
Constructor Details
-
AbstractImmutableHttpSession
public AbstractImmutableHttpSession()
-
-
Method Details
-
setMaxInactiveInterval
public void setMaxInactiveInterval(int interval) -
setAttribute
-
removeAttribute
-
invalidate
public void invalidate()
-