public class JedisSessionStateFactory extends Object implements org.noear.solon.core.handle.SessionStateFactory
| Modifier and Type | Field and Description |
|---|---|
static int |
SESSION_STATE_PRIORITY |
| Modifier and Type | Method and Description |
|---|---|
org.noear.solon.core.handle.SessionState |
create(org.noear.solon.core.handle.Context ctx) |
static JedisSessionStateFactory |
getInstance() |
int |
priority() |
org.noear.redisx.RedisClient |
redisClient() |
public static final int SESSION_STATE_PRIORITY
public static JedisSessionStateFactory getInstance()
public org.noear.redisx.RedisClient redisClient()
public int priority()
priority in interface org.noear.solon.core.handle.SessionStateFactorypublic org.noear.solon.core.handle.SessionState create(org.noear.solon.core.handle.Context ctx)
create in interface org.noear.solon.core.handle.SessionStateFactoryCopyright © 2025. All rights reserved.