Uses of Interface
com.tangosol.coherence.servlet.CoherenceHttpSessionCollection
-
Packages that use CoherenceHttpSessionCollection Package Description com.tangosol.coherence.servlet Contains classes related to the HTTP Session Replication Module. -
-
Uses of CoherenceHttpSessionCollection in com.tangosol.coherence.servlet
Classes in com.tangosol.coherence.servlet that implement CoherenceHttpSessionCollection Modifier and Type Class Description class
AbstractHttpSessionCollection
An abstract base class from which implementations of HttpSessionCollection can be more easily built.class
MonolithicHttpSessionCollection
An implementation of HttpSessionCollection that manages 'monolithic' session objects.class
SplitHttpSessionCollection
An implementation of HttpSessionCollection that manages session objects as multiple units, splitting out larger session attributes into separately managed entries.class
TraditionalHttpSessionCollection
An implementation of HttpSessionCollection that manages session objects as individual units that contain all of their own attributes, as if the session were a single serializable object, however with some optimizations for attribute serialization and deserialization.Methods in com.tangosol.coherence.servlet that return CoherenceHttpSessionCollection Modifier and Type Method Description protected CoherenceHttpSessionCollection
SessionHelper. instantiateHttpSessionCollection()
Get the HttpSessionCollection object that manages the HttpSessionModel objects.
-