Package io.undertow.servlet.api
Class SessionPersistenceManager.PersistentSession
- java.lang.Object
-
- io.undertow.servlet.api.SessionPersistenceManager.PersistentSession
-
- Enclosing interface:
- SessionPersistenceManager
public static class SessionPersistenceManager.PersistentSession extends Object
-
-
Constructor Summary
Constructors Constructor Description PersistentSession(Date expiration, Map<String,Object> sessionData)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DategetExpiration()Map<String,Object>getSessionData()
-