Uses of Class
com.tangosol.coherence.servlet.TraditionalHttpSessionModel
-
Packages that use TraditionalHttpSessionModel Package Description com.tangosol.coherence.servlet Contains classes related to the HTTP Session Replication Module. -
-
Uses of TraditionalHttpSessionModel in com.tangosol.coherence.servlet
Subclasses of TraditionalHttpSessionModel in com.tangosol.coherence.servlet Modifier and Type Class Description classSplitHttpSessionModelThis is an implementation of HttpSessionModel that manages most of its state in a single serializable unit, but splits out its large attributes -- if any -- into separately managed units.Constructors in com.tangosol.coherence.servlet with parameters of type TraditionalHttpSessionModel Constructor Description OptimizedHolder(TraditionalHttpSessionModel model)Default constructor is required for deserialization purposes.OptimizedHolder(String sName, Object oValue, TraditionalHttpSessionModel model)Construct an OptimizedHolder for a value.
-