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 TypeMethodDescriptiongetAttribute(String name) longgetId()longintDeprecated.Deprecated.String[]Deprecated.voidbooleanisNew()voidDeprecated.voidremoveAttribute(String name) voidremoveValue(String name) Deprecated.voidsetAttribute(String name, Object value) voidsetMaxInactiveInterval(int interval) voidsetSessionId(UUID sessionId) static SokletHttpSessionwithServletContext(ServletContext servletContext)
-
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
-
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
-