Package com.soklet.servlet.javax
Class SokletHttpSession
java.lang.Object
com.soklet.servlet.javax.SokletHttpSession
- All Implemented Interfaces:
HttpSession
- Author:
- Mark Allen
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetAttribute
(String name) long
getId()
long
int
Deprecated.Deprecated.String[]
Deprecated.void
boolean
isNew()
void
Deprecated.void
removeAttribute
(String name) void
removeValue
(String name) Deprecated.void
setAttribute
(String name, Object value) void
setMaxInactiveInterval
(int interval) void
setSessionId
(UUID sessionId)
-
Constructor Details
-
SokletHttpSession
-
-
Method Details
-
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
-
getSessionContext
Deprecated.- Specified by:
getSessionContext
in interfaceHttpSession
-
getAttribute
- Specified by:
getAttribute
in interfaceHttpSession
-
getValue
Deprecated.- Specified by:
getValue
in interfaceHttpSession
-
getAttributeNames
- Specified by:
getAttributeNames
in interfaceHttpSession
-
getValueNames
Deprecated.- Specified by:
getValueNames
in interfaceHttpSession
-
setAttribute
- Specified by:
setAttribute
in interfaceHttpSession
-
putValue
Deprecated.- Specified by:
putValue
in interfaceHttpSession
-
removeAttribute
- Specified by:
removeAttribute
in interfaceHttpSession
-
removeValue
Deprecated.- Specified by:
removeValue
in interfaceHttpSession
-
invalidate
- Specified by:
invalidate
in interfaceHttpSession
-
isNew
- Specified by:
isNew
in interfaceHttpSession
-