Uses of Interface
com.aspectran.core.component.session.SessionStoreFactory
-
Packages that use SessionStoreFactory Package Description 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.undertow.server.session -
-
Uses of SessionStoreFactory in com.aspectran.core.component.session
Classes in com.aspectran.core.component.session that implement SessionStoreFactory Modifier and Type Class Description classAbstractSessionStoreFactoryAbstract Implementation for SessionStoreFactory.classFileSessionStoreFactoryMethods in com.aspectran.core.component.session with parameters of type SessionStoreFactory Modifier and Type Method Description voidDefaultSessionManager. setSessionStoreFactory(SessionStoreFactory sessionStoreFactory) -
Uses of SessionStoreFactory in com.aspectran.core.component.session.redis.lettuce
Classes in com.aspectran.core.component.session.redis.lettuce that implement SessionStoreFactory Modifier and Type Class Description classDefaultLettuceSessionStoreFactoryFactory that creates a Redis-based session store using Lettuce as a client. -
Uses of SessionStoreFactory in com.aspectran.core.component.session.redis.lettuce.cluster
Classes in com.aspectran.core.component.session.redis.lettuce.cluster that implement SessionStoreFactory Modifier and Type Class Description classClusterLettuceSessionStoreFactoryFactory that creates a Redis-based session store using Lettuce as a client. -
Uses of SessionStoreFactory in com.aspectran.core.component.session.redis.lettuce.masterreplica
Classes in com.aspectran.core.component.session.redis.lettuce.masterreplica that implement SessionStoreFactory Modifier and Type Class Description classMasterReplicaLettuceSessionStoreFactoryFactory that creates a Redis-based session store using Lettuce as a client. -
Uses of SessionStoreFactory in com.aspectran.undertow.server.session
Methods in com.aspectran.undertow.server.session with parameters of type SessionStoreFactory Modifier and Type Method Description voidTowSessionManager. setSessionStoreFactory(SessionStoreFactory sessionStoreFactory)
-