Uses of Package
com.aspectran.core.component.session
-
Packages that use com.aspectran.core.component.session Package Description com.aspectran.core.adapter A package for providing adapters for integration with a core activity.com.aspectran.core.component.bean.scope Support for AOP-based scoping of target objects.com.aspectran.core.component.session Session Management Implementationscom.aspectran.core.component.session.redis.lettuce Package containing a Redis session store implementation using Lettuce as a client.com.aspectran.core.component.session.redis.lettuce.cluster com.aspectran.core.component.session.redis.lettuce.masterreplica com.aspectran.daemon.adapter Contains a variant of the adapter interface for Aspectran Daemon.com.aspectran.embed.adapter Contains a variant of the adapter interface for embedded Aspectran.com.aspectran.shell.adapter Contains a variant of the adapter interface for command-line application.com.aspectran.undertow.server.session com.aspectran.undertow.support com.aspectran.web.adapter Contains a variant of the adapter interface for web application. -
Classes in com.aspectran.core.component.session used by com.aspectran.core.adapter Class Description SessionAgent Session processing delegate by request. -
Classes in com.aspectran.core.component.session used by com.aspectran.core.component.bean.scope Class Description NonPersistent Implement the NoPersistent interface for non-persistent objects in session data.Session The Interface Session.SessionBindingListener Causes an object to be notified when it is bound to or unbound from a session. -
Classes in com.aspectran.core.component.session used by com.aspectran.core.component.session Class Description AbstractSessionCache A base implementation of theSessionCache
interface for managing a set of Session objects pertaining to a context in memory.AbstractSessionHandler Abstract Implementation of SessionHandler.AbstractSessionStore Abstract Implementation for SessionStore.AbstractSessionStoreFactory Abstract Implementation for SessionStoreFactory.DefaultSession A defaultSession
implementation.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 -
Classes in com.aspectran.core.component.session used by com.aspectran.core.component.session.redis.lettuce Class Description AbstractSessionStore Abstract Implementation for SessionStore.AbstractSessionStoreFactory Abstract Implementation for SessionStoreFactory.SessionData The data associated with a session.SessionStore A SessionStore is a mechanism for (persistently) storing data associated with sessions.SessionStoreFactory Created: 2019/12/06 -
Classes in com.aspectran.core.component.session used by com.aspectran.core.component.session.redis.lettuce.cluster Class Description AbstractSessionStore Abstract Implementation for SessionStore.AbstractSessionStoreFactory Abstract Implementation for SessionStoreFactory.SessionData The data associated with a session.SessionStore A SessionStore is a mechanism for (persistently) storing data associated with sessions.SessionStoreFactory Created: 2019/12/06 -
Classes in com.aspectran.core.component.session used by com.aspectran.core.component.session.redis.lettuce.masterreplica Class Description AbstractSessionStore Abstract Implementation for SessionStore.AbstractSessionStoreFactory Abstract Implementation for SessionStoreFactory.SessionData The data associated with a session.SessionStore A SessionStore is a mechanism for (persistently) storing data associated with sessions.SessionStoreFactory Created: 2019/12/06 -
Classes in com.aspectran.core.component.session used by com.aspectran.daemon.adapter Class Description SessionAgent Session processing delegate by request. -
Classes in com.aspectran.core.component.session used by com.aspectran.embed.adapter Class Description SessionAgent Session processing delegate by request. -
Classes in com.aspectran.core.component.session used by com.aspectran.shell.adapter Class Description SessionAgent Session processing delegate by request. -
Classes in com.aspectran.core.component.session used by com.aspectran.undertow.server.session Class Description SessionHandler The session handler is responsible for session start, session exists, session write, time to live and session destroy.SessionStoreFactory Created: 2019/12/06 -
Classes in com.aspectran.core.component.session used by com.aspectran.undertow.support Class Description SessionListener Interface for receiving notification events about DefaultSession lifecycle changes.SessionListenerRegistration Support for registering or removing session listeners in the session manager. -
Classes in com.aspectran.core.component.session used by com.aspectran.web.adapter Class Description NonPersistent Implement the NoPersistent interface for non-persistent objects in session data.SessionBindingListener Causes an object to be notified when it is bound to or unbound from a session.