| Package | Description | 
|---|---|
| com.hazelcast.web | Provides Hazelcast-based session replication. | 
| com.hazelcast.web.spring | Provides Spring aware Hazelcast based session replication. | 
| Modifier and Type | Method and Description | 
|---|---|
| protected HazelcastHttpSession | WebFilter. createHazelcastHttpSession(String id,
                          javax.servlet.http.HttpSession originalSession,
                          boolean deferredWrite)HazelcastHttpSession instancecreation is split off to a separate method to allow subclasses to return a
 customized / extended version ofHazelcastHttpSession. | 
| protected HazelcastHttpSession | WebFilter. createNewSession(WebFilter.RequestWrapper requestWrapper,
                String existingSessionId) | 
| HazelcastHttpSession | WebFilter.RequestWrapper. getOrCreateHazelcastSession() | 
| HazelcastHttpSession | WebFilter.RequestWrapper. getSession(boolean create) | 
| Modifier and Type | Method and Description | 
|---|---|
| protected void | WebFilter. destroySession(HazelcastHttpSession session,
              boolean invalidate)Destroys a session, determining if it should be destroyed clusterwide automatically or via expiry. | 
| void | WebFilter.RequestWrapper. setHazelcastSession(HazelcastHttpSession hazelcastSession,
                   String requestedSessionId) | 
| Modifier and Type | Method and Description | 
|---|---|
| protected HazelcastHttpSession | SpringAwareWebFilter. createNewSession(WebFilter.RequestWrapper requestWrapper,
                String existingSessionId) | 
| Modifier and Type | Method and Description | 
|---|---|
| protected void | SpringAwareWebFilter. destroySession(HazelcastHttpSession session,
              boolean invalidate) | 
Copyright © 2015 Hazelcast, Inc.. All Rights Reserved.