Class AbstractHttpSession
- java.lang.Object
-
- org.wildfly.clustering.tomcat.catalina.AbstractHttpSession
-
- All Implemented Interfaces:
jakarta.servlet.http.HttpSession
- Direct Known Subclasses:
HttpSessionAdapter
public abstract class AbstractHttpSession extends Object implements jakarta.servlet.http.HttpSession
- Author:
- Paul Ferraro
-
-
Constructor Summary
Constructors Constructor Description AbstractHttpSession()
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description booleanequals(Object object)jakarta.servlet.http.HttpSessionContextgetSessionContext()Deprecated.ObjectgetValue(String name)Deprecated.String[]getValueNames()Deprecated.inthashCode()voidputValue(String name, Object value)Deprecated.voidremoveValue(String name)Deprecated.StringtoString()
-
-
-
Method Detail
-
getValueNames
@Deprecated public String[] getValueNames()
Deprecated.- Specified by:
getValueNamesin interfacejakarta.servlet.http.HttpSession
-
getValue
@Deprecated public Object getValue(String name)
Deprecated.- Specified by:
getValuein interfacejakarta.servlet.http.HttpSession
-
putValue
@Deprecated public void putValue(String name, Object value)
Deprecated.- Specified by:
putValuein interfacejakarta.servlet.http.HttpSession
-
removeValue
@Deprecated public void removeValue(String name)
Deprecated.- Specified by:
removeValuein interfacejakarta.servlet.http.HttpSession
-
getSessionContext
@Deprecated public jakarta.servlet.http.HttpSessionContext getSessionContext()
Deprecated.- Specified by:
getSessionContextin interfacejakarta.servlet.http.HttpSession
-
-