Uses of Class
com.hazelcast.web.WebFilter.HazelcastHttpSession

Packages that use WebFilter.HazelcastHttpSession
com.hazelcast.web Provides Hazelcast-based session replication. 
com.hazelcast.web.spring Provides Spring aware Hazelcast based session replication. 
 

Uses of WebFilter.HazelcastHttpSession in com.hazelcast.web
 

Methods in com.hazelcast.web that return WebFilter.HazelcastHttpSession
protected  WebFilter.HazelcastHttpSession WebFilter.createHazelcastHttpSession(String id, javax.servlet.http.HttpSession originalSession, boolean deferredWrite)
          HazelcastHttpSession instance creation is split off to a separate method to allow subclasses to return a customized / extended version of HazelcastHttpSession.
protected  WebFilter.HazelcastHttpSession WebFilter.createNewSession(WebFilter.RequestWrapper requestWrapper, String existingSessionId)
           
 WebFilter.HazelcastHttpSession WebFilter.RequestWrapper.fetchHazelcastSession(boolean create)
           
 WebFilter.HazelcastHttpSession WebFilter.RequestWrapper.getSession(boolean create)
           
 

Methods in com.hazelcast.web with parameters of type WebFilter.HazelcastHttpSession
protected  void WebFilter.destroySession(WebFilter.HazelcastHttpSession session, boolean invalidate)
          Destroys a session, determining if it should be destroyed clusterwide automatically or via expiry.
 void WebFilter.RequestWrapper.setHazelcastSession(WebFilter.HazelcastHttpSession hazelcastSession, String requestedSessionId)
           
 

Uses of WebFilter.HazelcastHttpSession in com.hazelcast.web.spring
 

Methods in com.hazelcast.web.spring that return WebFilter.HazelcastHttpSession
protected  WebFilter.HazelcastHttpSession SpringAwareWebFilter.createNewSession(WebFilter.RequestWrapper requestWrapper, String existingSessionId)
           
 

Methods in com.hazelcast.web.spring with parameters of type WebFilter.HazelcastHttpSession
protected  void SpringAwareWebFilter.destroySession(WebFilter.HazelcastHttpSession session, boolean invalidate)
           
 



Copyright © 2015 Hazelcast, Inc.. All Rights Reserved.