Class AbstractImmutableHttpSession
java.lang.Object
org.wildfly.clustering.session.spec.servlet.AbstractHttpSession
org.wildfly.clustering.session.spec.servlet.AbstractImmutableHttpSession
- All Implemented Interfaces:
javax.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, getSessionContext, getValue, getValueNames, hashCode, putValue, removeValue, toStringMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface javax.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()
-