Class SokletHttpSession
java.lang.Object
com.soklet.servlet.jakarta.SokletHttpSession
- All Implemented Interfaces:
HttpSession
Soklet integration implementation of
HttpSession
.- Author:
- Mark Allen
-
Nested Class Summary
Nested classes/interfaces inherited from interface jakarta.servlet.http.HttpSession
HttpSession.Accessor
-
Method Summary
Modifier and TypeMethodDescriptiongetAttribute
(String name) long
getId()
long
int
void
boolean
isNew()
void
removeAttribute
(String name) void
setAttribute
(String name, Object value) void
setMaxInactiveInterval
(int interval) void
setSessionId
(UUID sessionId) static SokletHttpSession
withServletContext
(ServletContext servletContext) Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface jakarta.servlet.http.HttpSession
getAccessor
-
Method Details
-
withServletContext
-
setSessionId
-
getCreationTime
- Specified by:
getCreationTime
in interfaceHttpSession
-
getId
- Specified by:
getId
in interfaceHttpSession
-
getLastAccessedTime
- Specified by:
getLastAccessedTime
in interfaceHttpSession
-
getServletContext
- Specified by:
getServletContext
in interfaceHttpSession
-
setMaxInactiveInterval
- Specified by:
setMaxInactiveInterval
in interfaceHttpSession
-
getMaxInactiveInterval
- Specified by:
getMaxInactiveInterval
in interfaceHttpSession
-
getAttribute
- Specified by:
getAttribute
in interfaceHttpSession
-
getAttributeNames
- Specified by:
getAttributeNames
in interfaceHttpSession
-
setAttribute
- Specified by:
setAttribute
in interfaceHttpSession
-
removeAttribute
- Specified by:
removeAttribute
in interfaceHttpSession
-
invalidate
- Specified by:
invalidate
in interfaceHttpSession
-
isNew
- Specified by:
isNew
in interfaceHttpSession
-