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 TypeMethodDescriptionstatic @NonNull SokletHttpSessionfromServletContext(@NonNull ServletContext servletContext) getAttribute(@Nullable String name) longgetId()longintvoidbooleanisNew()voidremoveAttribute(@NonNull String name) voidsetAttribute(@NonNull String name, @Nullable Object value) voidsetMaxInactiveInterval(int interval) voidsetSessionId(@NonNull UUID sessionId) Methods inherited from class Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface HttpSession
getAccessor
-
Method Details
-
fromServletContext
-
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
-