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 HttpSession
HttpSession.Accessor -
Method Summary
Modifier and TypeMethodDescriptiongetAttribute(String name) longgetId()longintvoidbooleanisNew()voidremoveAttribute(String name) voidsetAttribute(String name, Object value) voidsetMaxInactiveInterval(int interval) voidsetSessionId(UUID sessionId) static SokletHttpSessionwithServletContext(ServletContext servletContext) Methods inherited from class Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface HttpSession
getAccessor
-
Method Details
-
withServletContext
-
setSessionId
-
getCreationTime
- Specified by:
getCreationTimein interfaceHttpSession
-
getId
- Specified by:
getIdin interfaceHttpSession
-
getLastAccessedTime
- Specified by:
getLastAccessedTimein interfaceHttpSession
-
getServletContext
- Specified by:
getServletContextin interfaceHttpSession
-
setMaxInactiveInterval
- Specified by:
setMaxInactiveIntervalin interfaceHttpSession
-
getMaxInactiveInterval
- Specified by:
getMaxInactiveIntervalin interfaceHttpSession
-
getAttribute
- Specified by:
getAttributein interfaceHttpSession
-
getAttributeNames
- Specified by:
getAttributeNamesin interfaceHttpSession
-
setAttribute
- Specified by:
setAttributein interfaceHttpSession
-
removeAttribute
- Specified by:
removeAttributein interfaceHttpSession
-
invalidate
- Specified by:
invalidatein interfaceHttpSession
-
isNew
- Specified by:
isNewin interfaceHttpSession
-