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 classAbstractHttpSessionCollectionAn abstract base class from which implementations of HttpSessionCollection can be more easily built.classMonolithicHttpSessionCollectionAn implementation of HttpSessionCollection that manages 'monolithic' session objects.classSplitHttpSessionCollectionAn implementation of HttpSessionCollection that manages session objects as multiple units, splitting out larger session attributes into separately managed entries.classTraditionalHttpSessionCollectionAn 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 CoherenceHttpSessionCollectionSessionHelper. instantiateHttpSessionCollection()Get the HttpSessionCollection object that manages the HttpSessionModel objects.
-