Skip navigation links
C D F G R S V 

C

com.networknt.session.redis - package com.networknt.session.redis
 
config - Static variable in class com.networknt.session.redis.RedisSessionRepository
 
createSession(HttpServerExchange) - Method in class com.networknt.session.redis.RedisSessionManager
 
createSession() - Method in class com.networknt.session.redis.RedisSessionRepository
 

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
 

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 SessionRepository implementation 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.
C D F G R S V 
Skip navigation links

Copyright © 2020. All rights reserved.