Skip navigation links
C D F G H R S V 

C

com.networknt.session.hazelcast - package com.networknt.session.hazelcast
 
createSession(HttpServerExchange) - Method in class com.networknt.session.hazelcast.HazelcastSessionManager
 
createSession() - Method in class com.networknt.session.hazelcast.HazelcastSessionRepository
 

D

deleteById(String) - Method in class com.networknt.session.hazelcast.HazelcastSessionRepository
 

F

findById(String) - Method in class com.networknt.session.hazelcast.HazelcastSessionRepository
 

G

getDeploymentName() - Method in class com.networknt.session.hazelcast.HazelcastSessionManager
 
getSession(HttpServerExchange) - Method in class com.networknt.session.hazelcast.HazelcastSessionManager
 
getSession(String) - Method in class com.networknt.session.hazelcast.HazelcastSessionManager
 
getSessions() - Method in class com.networknt.session.hazelcast.HazelcastSessionRepository
 

H

HazelcastFlushMode - Enum in com.networknt.session.hazelcast
Specifies when to write to the backing Hazelcast instance.
HazelcastSessionManager - Class in com.networknt.session.hazelcast
 
HazelcastSessionManager(SessionConfig, SessionRepository) - Constructor for class com.networknt.session.hazelcast.HazelcastSessionManager
 
HazelcastSessionRepository - Class in com.networknt.session.hazelcast
A SessionRepository implementation that stores sessions in Hazelcast's distributed IMap.
HazelcastSessionRepository() - Constructor for class com.networknt.session.hazelcast.HazelcastSessionRepository
 

R

removeSession(HttpServerExchange) - Method in class com.networknt.session.hazelcast.HazelcastSessionManager
 
removeSession(String) - Method in class com.networknt.session.hazelcast.HazelcastSessionManager
 

S

save(HazelcastSessionRepository.HazelcastSession) - Method in class com.networknt.session.hazelcast.HazelcastSessionRepository
 
setDefaultMaxInactiveInterval(int) - Method in class com.networknt.session.hazelcast.HazelcastSessionRepository
Set the maximum inactive interval in seconds between requests before newly created sessions will be invalidated.
setHazelcastFlushMode(HazelcastFlushMode) - Method in class com.networknt.session.hazelcast.HazelcastSessionRepository
Sets the Hazelcast flush mode.

V

valueOf(String) - Static method in enum com.networknt.session.hazelcast.HazelcastFlushMode
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.networknt.session.hazelcast.HazelcastFlushMode
Returns an array containing the constants of this enum type, in the order they are declared.
C D F G H R S V 
Skip navigation links

Copyright © 2021. All rights reserved.