Class AbstractHttpSession
java.lang.Object
org.wildfly.clustering.tomcat.catalina.AbstractHttpSession
- All Implemented Interfaces:
javax.servlet.http.HttpSession
- Direct Known Subclasses:
HttpSessionAdapter
- Author:
- Paul Ferraro
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanjavax.servlet.http.HttpSessionContextDeprecated.Deprecated.String[]Deprecated.inthashCode()voidDeprecated.voidremoveValue(String name) Deprecated.toString()Methods 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, invalidate, isNew, removeAttribute, setAttribute, setMaxInactiveInterval
-
Constructor Details
-
AbstractHttpSession
public AbstractHttpSession()
-
-
Method Details
-
getValueNames
Deprecated.- Specified by:
getValueNamesin interfacejavax.servlet.http.HttpSession
-
getValue
Deprecated.- Specified by:
getValuein interfacejavax.servlet.http.HttpSession
-
putValue
Deprecated.- Specified by:
putValuein interfacejavax.servlet.http.HttpSession
-
removeValue
Deprecated.- Specified by:
removeValuein interfacejavax.servlet.http.HttpSession
-
getSessionContext
Deprecated.- Specified by:
getSessionContextin interfacejavax.servlet.http.HttpSession
-
hashCode
public int hashCode() -
equals
-
toString
-