Class SokletHttpSession
java.lang.Object
com.soklet.servlet.javax.SokletHttpSession
- All Implemented Interfaces:
HttpSession
Soklet integration implementation of
HttpSession.- Author:
- Mark Allen
-
Method Summary
Modifier and TypeMethodDescriptionstatic @NonNull SokletHttpSessionfromServletContext(@NonNull ServletContext servletContext) getAttribute(@Nullable String name) longgetId()longintDeprecated.Deprecated.Deprecated.voidbooleanisNew()voidDeprecated.voidremoveAttribute(@NonNull String name) voidremoveValue(@NonNull String name) Deprecated.voidsetAttribute(@NonNull String name, @Nullable Object value) voidsetMaxInactiveInterval(int interval) voidsetSessionId(@NonNull UUID sessionId)
-
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
-
getSessionContext
Deprecated.- Specified by:
getSessionContextin interfaceHttpSession
-
getAttribute
- Specified by:
getAttributein interfaceHttpSession
-
getValue
Deprecated.- Specified by:
getValuein interfaceHttpSession
-
getAttributeNames
- Specified by:
getAttributeNamesin interfaceHttpSession
-
getValueNames
Deprecated.- Specified by:
getValueNamesin interfaceHttpSession
-
setAttribute
- Specified by:
setAttributein interfaceHttpSession
-
putValue
Deprecated.- Specified by:
putValuein interfaceHttpSession
-
removeAttribute
- Specified by:
removeAttributein interfaceHttpSession
-
removeValue
Deprecated.- Specified by:
removeValuein interfaceHttpSession
-
invalidate
- Specified by:
invalidatein interfaceHttpSession
-
isNew
- Specified by:
isNewin interfaceHttpSession
-