Index
All Classes and Interfaces|All Packages
D
- deleteSession(Context, Session) - Method in class io.jooby.redis.RedisSessionStore
F
- findSession(Context) - Method in class io.jooby.redis.RedisSessionStore
G
- getNamespace() - Method in class io.jooby.redis.RedisSessionStore
-
Redis namespace (key prefix).
- getTimeout() - Method in class io.jooby.redis.RedisSessionStore
-
Session timeout.
- getToken() - Method in class io.jooby.redis.RedisSessionStore
-
Session token.
I
- install(Jooby) - Method in class io.jooby.redis.RedisModule
- io.jooby.redis - module io.jooby.redis
-
Redis module.
- io.jooby.redis - package io.jooby.redis
N
- newSession(Context) - Method in class io.jooby.redis.RedisSessionStore
- noTimeout() - Method in class io.jooby.redis.RedisSessionStore
-
Remove session timeout.
R
- RedisModule - Class in io.jooby.redis
-
Redis module: https://jooby.io/modules/redis.
- RedisModule() - Constructor for class io.jooby.redis.RedisModule
-
Create a new redis module.
- RedisModule(String) - Constructor for class io.jooby.redis.RedisModule
-
Creates a new redis module.
- RedisSessionStore - Class in io.jooby.redis
-
Redis session store.
- RedisSessionStore(RedisClient) - Constructor for class io.jooby.redis.RedisSessionStore
-
Creates a new session store.
- RedisSessionStore(GenericObjectPool<StatefulRedisConnection<String, String>>) - Constructor for class io.jooby.redis.RedisSessionStore
-
Creates a new session store.
- renewSessionId(Context, Session) - Method in class io.jooby.redis.RedisSessionStore
S
- saveSession(Context, Session) - Method in class io.jooby.redis.RedisSessionStore
- setNamespace(String) - Method in class io.jooby.redis.RedisSessionStore
-
Set redis namespace or key prefix.
- setTimeout(Duration) - Method in class io.jooby.redis.RedisSessionStore
-
Set/change session timeout.
- setToken(SessionToken) - Method in class io.jooby.redis.RedisSessionStore
-
Set custom session token.
T
- touchSession(Context, Session) - Method in class io.jooby.redis.RedisSessionStore
All Classes and Interfaces|All Packages