C D F G I O R S V
All Classes All Packages
All Classes All Packages
All Classes All Packages
C
- com.networknt.session.redis - package com.networknt.session.redis
- config - Static variable in class com.networknt.session.redis.RedisSessionRepository
- createSession() - Method in class com.networknt.session.redis.RedisSessionRepository
- createSession(HttpServerExchange) - Method in class com.networknt.session.redis.RedisSessionManager
D
- deleteById(String) - Method in class com.networknt.session.redis.RedisSessionRepository
- DEPLOY_NAME - Static variable in class com.networknt.session.redis.RedisSessionManager
F
- findById(String) - Method in class com.networknt.session.redis.RedisSessionRepository
G
- getDeploymentName() - Method in class com.networknt.session.redis.RedisSessionManager
- getSession(HttpServerExchange) - Method in class com.networknt.session.redis.RedisSessionManager
- getSession(String) - Method in class com.networknt.session.redis.RedisSessionManager
- getSessions() - Method in class com.networknt.session.redis.RedisSessionManager
- getSessions() - Method in class com.networknt.session.redis.RedisSessionRepository
I
- IMMEDIATE - com.networknt.session.redis.RedisFlushMode
-
Writes to Redis as soon as possible.
O
- ON_SAVE - com.networknt.session.redis.RedisFlushMode
-
Only writes to Redis when a web environment this is typically done as soon as the HTTP response is committed.
R
- RedisFlushMode - Enum in com.networknt.session.redis
-
Specifies when to write to the backing Redis instance.
- RedisSessionManager - Class in com.networknt.session.redis
- RedisSessionManager(SessionConfig, SessionRepository) - Constructor for class com.networknt.session.redis.RedisSessionManager
- RedisSessionRepository - Class in com.networknt.session.redis
-
A
SessionRepositoryimplementation that stores sessions in Redis repository. - RedisSessionRepository() - Constructor for class com.networknt.session.redis.RedisSessionRepository
- removeSession(HttpServerExchange) - Method in class com.networknt.session.redis.RedisSessionManager
- removeSession(String) - Method in class com.networknt.session.redis.RedisSessionManager
S
- save(RedisSessionRepository.RedisSession) - Method in class com.networknt.session.redis.RedisSessionRepository
- setDefaultMaxInactiveInterval(int) - Method in class com.networknt.session.redis.RedisSessionRepository
-
Set the maximum inactive interval in seconds between requests before newly created sessions will be invalidated.
- setRedisFlushMode(RedisFlushMode) - Method in class com.networknt.session.redis.RedisSessionRepository
-
Sets the Hazelcast flush mode.
V
- valueOf(String) - Static method in enum com.networknt.session.redis.RedisFlushMode
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum com.networknt.session.redis.RedisFlushMode
-
Returns an array containing the constants of this enum type, in the order they are declared.
All Classes All Packages