Class AbstractHttpSession
java.lang.Object
org.wildfly.clustering.session.container.servlet.AbstractHttpSession
- All Implemented Interfaces:
jakarta.servlet.http.HttpSession
- Direct Known Subclasses:
DetachableHttpSession, ImmutableHttpSession
public abstract class AbstractHttpSession
extends Object
implements jakarta.servlet.http.HttpSession
Abstract
HttpSession facade implementing deprecated methods.- Author:
- Paul Ferraro
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from interface jakarta.servlet.http.HttpSession
getAttribute, getAttributeNames, getCreationTime, getId, getLastAccessedTime, getMaxInactiveInterval, getServletContext, invalidate, isNew, removeAttribute, setAttribute, setMaxInactiveInterval
-
Constructor Details
-
AbstractHttpSession
protected AbstractHttpSession()Creates a new session facade.
-
-
Method Details
-
hashCode
-
equals
-
toString
-