Skip navigation links
C D E F G H I K L N P R S T U W 

C

changeSessionId() - Method in class com.hazelcast.web.WebFilter.HazelcastRequestWrapper
 
ClientLifecycleListener - Class in com.hazelcast.web.listener
Listens Lifecycle Events for client instance, if client is in shutdown state ClusteredSessionService is notified with failed connection
ClientLifecycleListener(ClusteredSessionService) - Constructor for class com.hazelcast.web.listener.ClientLifecycleListener
 
ClusteredSessionService - Class in com.hazelcast.web
ClusteredSessionService is a proxy class which delegates all operations on distributed map to hazelcast cluster used for session replication.
ClusteredSessionService(WebFilterConfig) - Constructor for class com.hazelcast.web.ClusteredSessionService
Instantiates a new Clustered session service.
com.hazelcast.web - package com.hazelcast.web
Provides Hazelcast-based session replication.
com.hazelcast.web.entryprocessor - package com.hazelcast.web.entryprocessor
Provides Entry Processors used in hazelcast-wm
com.hazelcast.web.listener - package com.hazelcast.web.listener
Provides LifecycleListeners for client and server
com.hazelcast.web.spring - package com.hazelcast.web.spring
Provides Spring aware Hazelcast based session replication.
containsSession(String) - Method in class com.hazelcast.web.ClusteredSessionService
Check if session with sessionId exists on the cluster
create(FilterConfig, Properties) - Static method in class com.hazelcast.web.WebFilterConfig
 
createFactory() - Method in class com.hazelcast.web.WebDataSerializerHook
 
createHazelcastHttpSession(String, HttpSession) - Method in class com.hazelcast.web.WebFilter
HazelcastHttpSession instance creation is split off to a separate method to allow subclasses to return a customized / extended version of HazelcastHttpSession.
createNewSession(WebFilter.HazelcastRequestWrapper, boolean, String) - Method in class com.hazelcast.web.spring.SpringAwareWebFilter
 
createNewSession(WebFilter.HazelcastRequestWrapper, boolean, String) - Method in class com.hazelcast.web.WebFilter
 

D

deleteSession(String, boolean) - Method in class com.hazelcast.web.ClusteredSessionService
Delete session.
DeleteSessionEntryProcessor - Class in com.hazelcast.web.entryprocessor
Entry processor which removes SessionState values if invalidate is true.
DeleteSessionEntryProcessor(boolean) - Constructor for class com.hazelcast.web.entryprocessor.DeleteSessionEntryProcessor
 
DeleteSessionEntryProcessor() - Constructor for class com.hazelcast.web.entryprocessor.DeleteSessionEntryProcessor
 
destroy() - Method in class com.hazelcast.web.ClusteredSessionService
Destroy void.
destroy() - Method in class com.hazelcast.web.WebFilter
 
destroySession(HazelcastHttpSession, boolean) - Method in class com.hazelcast.web.spring.SpringAwareWebFilter
 
destroySession(HazelcastHttpSession, boolean) - Method in class com.hazelcast.web.WebFilter
Destroys a session, determining if it should be destroyed clusterwide automatically or via expiry.
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class com.hazelcast.web.WebFilter
 

E

ensureSessionRegistryInitialized(ApplicationContext) - Method in class com.hazelcast.web.spring.SpringAwareWebFilter
 
equals(Object) - Method in class com.hazelcast.web.LocalCacheEntry
 

F

F_ID - Static variable in class com.hazelcast.web.WebDataSerializerHook
The constant F_ID.

G

GET_ATTRIBUTE - Static variable in class com.hazelcast.web.WebDataSerializerHook
The constant GET_ATTRIBUTE.
GET_ATTRIBUTE_NAMES - Static variable in class com.hazelcast.web.WebDataSerializerHook
The constant GET_ATTRIBUTE_NAMES.
GET_SESSION_STATE - Static variable in class com.hazelcast.web.WebDataSerializerHook
The constant GET_SESSION_STATE.
getAttribute(String) - Method in class com.hazelcast.web.HazelcastHttpSession
 
GetAttributeEntryProcessor - Class in com.hazelcast.web.entryprocessor
Entry processor which return attributes of SessionState values
GetAttributeEntryProcessor(String) - Constructor for class com.hazelcast.web.entryprocessor.GetAttributeEntryProcessor
 
GetAttributeEntryProcessor() - Constructor for class com.hazelcast.web.entryprocessor.GetAttributeEntryProcessor
 
getAttributeNames(String) - Method in class com.hazelcast.web.ClusteredSessionService
Gets attribute names.
getAttributeNames() - Method in class com.hazelcast.web.HazelcastHttpSession
 
GetAttributeNamesEntryProcessor - Class in com.hazelcast.web.entryprocessor
Entry processor which return attributes keySet of SessionState values
GetAttributeNamesEntryProcessor() - Constructor for class com.hazelcast.web.entryprocessor.GetAttributeNamesEntryProcessor
 
getAttributes() - Method in class com.hazelcast.web.entryprocessor.SessionUpdateEntryProcessor
 
getAttributes() - Method in class com.hazelcast.web.SessionState
 
getClassId() - Method in class com.hazelcast.web.entryprocessor.DeleteSessionEntryProcessor
 
getClassId() - Method in class com.hazelcast.web.entryprocessor.GetAttributeEntryProcessor
 
getClassId() - Method in class com.hazelcast.web.entryprocessor.GetAttributeNamesEntryProcessor
 
getClassId() - Method in class com.hazelcast.web.entryprocessor.GetSessionStateEntryProcessor
 
getClassId() - Method in class com.hazelcast.web.entryprocessor.SessionUpdateEntryProcessor
 
getClassId() - Method in class com.hazelcast.web.SessionState
 
getClusteredSessionService() - Method in class com.hazelcast.web.WebFilter
 
getConfigUrl() - Method in class com.hazelcast.web.WebFilterConfig
 
getCookieDomain() - Method in class com.hazelcast.web.WebFilterConfig
 
getCookieMaxAge() - Method in class com.hazelcast.web.WebFilterConfig
 
getCookieName() - Method in class com.hazelcast.web.WebFilterConfig
 
getCookiePath() - Method in class com.hazelcast.web.WebFilterConfig
 
getCreationTime() - Method in class com.hazelcast.web.HazelcastHttpSession
 
getFactoryId() - Method in class com.hazelcast.web.entryprocessor.DeleteSessionEntryProcessor
 
getFactoryId() - Method in class com.hazelcast.web.entryprocessor.GetAttributeEntryProcessor
 
getFactoryId() - Method in class com.hazelcast.web.entryprocessor.GetAttributeNamesEntryProcessor
 
getFactoryId() - Method in class com.hazelcast.web.entryprocessor.GetSessionStateEntryProcessor
 
getFactoryId() - Method in class com.hazelcast.web.entryprocessor.SessionUpdateEntryProcessor
 
getFactoryId() - Method in class com.hazelcast.web.SessionState
 
getFactoryId() - Method in class com.hazelcast.web.WebDataSerializerHook
 
getId() - Method in class com.hazelcast.web.HazelcastHttpSession
 
getInstanceName() - Method in class com.hazelcast.web.WebFilterConfig
 
getLastAccessedTime() - Method in class com.hazelcast.web.HazelcastHttpSession
 
getMapName() - Method in class com.hazelcast.web.WebFilterConfig
 
getMaxInactiveInterval() - Method in class com.hazelcast.web.HazelcastHttpSession
 
getOriginalSession() - Method in class com.hazelcast.web.HazelcastHttpSession
 
getOriginalSessionId() - Method in class com.hazelcast.web.HazelcastHttpSession
 
getRequestDispatcher(String) - Method in class com.hazelcast.web.WebFilter.HazelcastRequestWrapper
 
getServletContext() - Method in class com.hazelcast.web.HazelcastHttpSession
 
getSession() - Method in class com.hazelcast.web.WebFilter.HazelcastRequestWrapper
 
getSession(boolean) - Method in class com.hazelcast.web.WebFilter.HazelcastRequestWrapper
 
getSessionAsync(String) - Method in class com.hazelcast.web.ClusteredSessionService
Make an async get call to the cluster map for the given session.
getSessionContext() - Method in class com.hazelcast.web.HazelcastHttpSession
Deprecated.
GetSessionStateEntryProcessor - Class in com.hazelcast.web.entryprocessor
Entry processor which return SessionState object stored in distributed map
GetSessionStateEntryProcessor() - Constructor for class com.hazelcast.web.entryprocessor.GetSessionStateEntryProcessor
 
getSessionTtlSeconds() - Method in class com.hazelcast.web.WebFilterConfig
 
getTransientAttributes() - Method in class com.hazelcast.web.WebFilterConfig
 
getValue(String) - Method in class com.hazelcast.web.HazelcastHttpSession
 
getValue() - Method in class com.hazelcast.web.LocalCacheEntry
Gets value.
getValueNames() - Method in class com.hazelcast.web.HazelcastHttpSession
 

H

hashCode() - Method in class com.hazelcast.web.LocalCacheEntry
 
HazelcastHttpSession - Class in com.hazelcast.web
HazelcastHttpSession is HttpSession implementation based on Hazelcast Imap.
HazelcastHttpSession(WebFilter, String, HttpSession, boolean, boolean, Set<String>) - Constructor for class com.hazelcast.web.HazelcastHttpSession
 
HazelcastRequestWrapper(HttpServletRequest, HttpServletResponse) - Constructor for class com.hazelcast.web.WebFilter.HazelcastRequestWrapper
 

I

init() - Method in class com.hazelcast.web.ClusteredSessionService
 
init(FilterConfig) - Method in class com.hazelcast.web.WebFilter
 
invalidate() - Method in class com.hazelcast.web.HazelcastHttpSession
 
isCookieHttpOnly() - Method in class com.hazelcast.web.WebFilterConfig
 
isCookieSecure() - Method in class com.hazelcast.web.WebFilterConfig
 
isDeferredWrite() - Method in class com.hazelcast.web.WebFilterConfig
 
isDirty() - Method in class com.hazelcast.web.LocalCacheEntry
Is dirty.
isKeepRemoteActive() - Method in class com.hazelcast.web.HazelcastHttpSession
 
isKeepRemoteActive() - Method in class com.hazelcast.web.WebFilterConfig
 
isNew() - Method in class com.hazelcast.web.HazelcastHttpSession
 
isReload() - Method in class com.hazelcast.web.LocalCacheEntry
Is reload.
isRemoved() - Method in class com.hazelcast.web.LocalCacheEntry
Is removed.
isRequestedSessionIdValid() - Method in class com.hazelcast.web.WebFilter.HazelcastRequestWrapper
 
isShutdownOnDestroy() - Method in class com.hazelcast.web.WebFilterConfig
 
isStickySession() - Method in class com.hazelcast.web.HazelcastHttpSession
 
isStickySession() - Method in class com.hazelcast.web.WebFilterConfig
 
isTransient() - Method in class com.hazelcast.web.LocalCacheEntry
Is transient.
isUseClient() - Method in class com.hazelcast.web.WebFilterConfig
 
isUseRequestParameter() - Method in class com.hazelcast.web.WebFilterConfig
 
isValid() - Method in class com.hazelcast.web.HazelcastHttpSession
 

K

keepRemoteActive() - Method in class com.hazelcast.web.HazelcastHttpSession
To prevent the eviction of an active session from the distributed map, reset the idle time for this session on cluster.

L

LocalCacheEntry - Class in com.hazelcast.web
LocalCacheEntry which is used store cache entries inside WebFilter
LocalCacheEntry(boolean) - Constructor for class com.hazelcast.web.LocalCacheEntry
Instantiates a new Local cache entry.
LocalCacheEntry(boolean, Object) - Constructor for class com.hazelcast.web.LocalCacheEntry
 
LOGGER - Static variable in class com.hazelcast.web.ClusteredSessionService
The constant LOGGER.
LOGGER - Static variable in class com.hazelcast.web.WebFilter
 

N

NULL_ENTRY - Static variable in class com.hazelcast.web.WebFilter
 

P

process(Map.Entry<String, SessionState>) - Method in class com.hazelcast.web.entryprocessor.DeleteSessionEntryProcessor
 
process(Map.Entry<String, SessionState>) - Method in class com.hazelcast.web.entryprocessor.GetAttributeEntryProcessor
 
process(Map.Entry<String, SessionState>) - Method in class com.hazelcast.web.entryprocessor.GetAttributeNamesEntryProcessor
 
process(Map.Entry<String, SessionState>) - Method in class com.hazelcast.web.entryprocessor.GetSessionStateEntryProcessor
 
process(Map.Entry<String, SessionState>) - Method in class com.hazelcast.web.entryprocessor.SessionUpdateEntryProcessor
 
putValue(String, Object) - Method in class com.hazelcast.web.HazelcastHttpSession
 

R

readData(ObjectDataInput) - Method in class com.hazelcast.web.entryprocessor.DeleteSessionEntryProcessor
 
readData(ObjectDataInput) - Method in class com.hazelcast.web.entryprocessor.GetAttributeEntryProcessor
 
readData(ObjectDataInput) - Method in class com.hazelcast.web.entryprocessor.GetAttributeNamesEntryProcessor
 
readData(ObjectDataInput) - Method in class com.hazelcast.web.entryprocessor.GetSessionStateEntryProcessor
 
readData(ObjectDataInput) - Method in class com.hazelcast.web.entryprocessor.SessionUpdateEntryProcessor
 
readData(ObjectDataInput) - Method in class com.hazelcast.web.SessionState
 
removeAttribute(String) - Method in class com.hazelcast.web.HazelcastHttpSession
 
removeValue(String) - Method in class com.hazelcast.web.HazelcastHttpSession
 

S

ServerLifecycleListener - Class in com.hazelcast.web.listener
Listens Lifecycle Events for client instance, if client is in shutdown state ClusteredSessionService is notified with failed connection
ServerLifecycleListener(ClusteredSessionService) - Constructor for class com.hazelcast.web.listener.ServerLifecycleListener
 
servletContext - Variable in class com.hazelcast.web.WebFilter
 
SESSION_DELETE - Static variable in class com.hazelcast.web.WebDataSerializerHook
The constant SESSION_DELETE.
SESSION_STATE - Static variable in class com.hazelcast.web.WebDataSerializerHook
The constant SESSION_STATE.
SESSION_UPDATE - Static variable in class com.hazelcast.web.WebDataSerializerHook
The constant SESSION_UPDATE.
sessionChanged() - Method in class com.hazelcast.web.HazelcastHttpSession
 
sessionCreated(HttpSessionEvent) - Method in class com.hazelcast.web.SessionListener
 
sessionDestroyed(HttpSessionEvent) - Method in class com.hazelcast.web.SessionListener
 
SessionListener - Class in com.hazelcast.web
Pairs with WebFilter to notify it of HttpSession timeouts.
SessionListener() - Constructor for class com.hazelcast.web.SessionListener
 
sessionRegistry - Variable in class com.hazelcast.web.spring.SpringAwareWebFilter
 
SessionState - Class in com.hazelcast.web
Wrapper class which holds session attributes
SessionState() - Constructor for class com.hazelcast.web.SessionState
 
SessionUpdateEntryProcessor - Class in com.hazelcast.web.entryprocessor
Entry processor which updates SessionState attributes stored in distributed map If value of attribute is set to null.
SessionUpdateEntryProcessor(int) - Constructor for class com.hazelcast.web.entryprocessor.SessionUpdateEntryProcessor
 
SessionUpdateEntryProcessor(String, Data) - Constructor for class com.hazelcast.web.entryprocessor.SessionUpdateEntryProcessor
 
SessionUpdateEntryProcessor() - Constructor for class com.hazelcast.web.entryprocessor.SessionUpdateEntryProcessor
 
set(Map<String, Data>) - Method in class com.hazelcast.web.SessionState
 
setAttribute(String, Object) - Method in class com.hazelcast.web.HazelcastHttpSession
 
setAttribute(String, Data) - Method in class com.hazelcast.web.SessionState
 
setClusterWideNew(boolean) - Method in class com.hazelcast.web.HazelcastHttpSession
 
setDirty(boolean) - Method in class com.hazelcast.web.LocalCacheEntry
Sets dirty.
setFailedConnection(boolean) - Method in class com.hazelcast.web.ClusteredSessionService
 
setKeepRemoteActive(boolean) - Method in class com.hazelcast.web.HazelcastHttpSession
 
setMaxInactiveInterval(int) - Method in class com.hazelcast.web.HazelcastHttpSession
 
setReload(boolean) - Method in class com.hazelcast.web.LocalCacheEntry
Sets reload.
setRemoved(boolean) - Method in class com.hazelcast.web.LocalCacheEntry
Sets removed.
setValue(Object) - Method in class com.hazelcast.web.LocalCacheEntry
Sets value.
SpringAwareWebFilter - Class in com.hazelcast.web.spring
Provides Spring aware Hazelcast based session replication by extending from WebFilter
SpringAwareWebFilter() - Constructor for class com.hazelcast.web.spring.SpringAwareWebFilter
 
SpringAwareWebFilter(Properties) - Constructor for class com.hazelcast.web.spring.SpringAwareWebFilter
 
stateChanged(LifecycleEvent) - Method in class com.hazelcast.web.listener.ClientLifecycleListener
 
stateChanged(LifecycleEvent) - Method in class com.hazelcast.web.listener.ServerLifecycleListener
 

T

toString() - Method in class com.hazelcast.web.SessionState
 

U

updateAttributes(String, Map<String, Object>) - Method in class com.hazelcast.web.ClusteredSessionService
Update attributes.
updateReloadFlag() - Method in class com.hazelcast.web.HazelcastHttpSession
 

W

WEB_FILTER_ATTRIBUTE_KEY - Static variable in class com.hazelcast.web.WebFilter
This is prefix for hazelcast session attributes
WebDataSerializerHook - Class in com.hazelcast.web
WebDataSerializerHook is used to create IdentifiedDataSerializable instances of serializable classes in Hazelcast Filter Based Session Replication Module
WebDataSerializerHook() - Constructor for class com.hazelcast.web.WebDataSerializerHook
 
WebFilter - Class in com.hazelcast.web
Provides clustered sessions by backing session data with an IMap.
WebFilter() - Constructor for class com.hazelcast.web.WebFilter
 
WebFilter(Properties) - Constructor for class com.hazelcast.web.WebFilter
 
WebFilter.HazelcastRequestWrapper - Class in com.hazelcast.web
 
WebFilterConfig - Class in com.hazelcast.web
Contains all configuration parameters for Hazelcast session replication
writeData(ObjectDataOutput) - Method in class com.hazelcast.web.entryprocessor.DeleteSessionEntryProcessor
 
writeData(ObjectDataOutput) - Method in class com.hazelcast.web.entryprocessor.GetAttributeEntryProcessor
 
writeData(ObjectDataOutput) - Method in class com.hazelcast.web.entryprocessor.GetAttributeNamesEntryProcessor
 
writeData(ObjectDataOutput) - Method in class com.hazelcast.web.entryprocessor.GetSessionStateEntryProcessor
 
writeData(ObjectDataOutput) - Method in class com.hazelcast.web.entryprocessor.SessionUpdateEntryProcessor
 
writeData(ObjectDataOutput) - Method in class com.hazelcast.web.SessionState
 
C D E F G H I K L N P R S T U W 
Skip navigation links

Copyright © 2020. All Rights Reserved.