| AbstractSessionCache |
A base implementation of the SessionCache interface for managing a set of
Session objects pertaining to a context in memory.
|
| AbstractSessionHandler |
Abstract Implementation of SessionHandler.
|
| AbstractSessionStore |
Created: 2017.
|
| AbstractSessionStoreFactory |
Created: 2019/12/07
|
| DefaultSession |
|
| HouseKeeper |
The housekeeper for session scavenging.
|
| Session |
The Interface Session.
|
| Session.DestroyedReason |
|
| SessionCache |
An interface for managing a set of Session objects pertaining to a context in memory.
|
| SessionData |
The data associated with a session.
|
| SessionHandler |
The session handler is responsible for session start, session exists, session write,
time to live and session destroy.
|
| SessionIdGenerator |
The Session ID Generator.
|
| SessionListener |
Interface for receiving notification events about DefaultSession
lifecycle changes.
|
| SessionManager |
The session manager initializes and destroys the session
handler and session cache.
|
| SessionStore |
A SessionStore is a mechanism for (persistently) storing data associated with sessions.
|
| SessionStoreFactory |
Created: 2019/12/06
|