Package javax.servlet.http
Class HttpSession.Impl
java.lang.Object
javax.servlet.http.HttpSession.Impl
- All Implemented Interfaces:
jakarta.servlet.http.HttpSession
,HttpSession
- Enclosing interface:
- HttpSession
-
Nested Class Summary
Nested classes/interfaces inherited from interface javax.servlet.http.HttpSession
HttpSession.Impl
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface javax.servlet.http.HttpSession
getAttribute, getAttributeNames, getCreationTime, getId, getLastAccessedTime, getMaxInactiveInterval, getServletContext, invalidate, isNew, removeAttribute, setAttribute, setMaxInactiveInterval
-
Constructor Details
-
Impl
-
-
Method Details
-
getDelegate
- Specified by:
getDelegate
in interfaceHttpSession
-