Uses of Interface
org.wildfly.clustering.web.session.ImmutableSession
Packages that use ImmutableSession
-
Uses of ImmutableSession in org.wildfly.clustering.web.session
Subinterfaces of ImmutableSession in org.wildfly.clustering.web.sessionMethods in org.wildfly.clustering.web.session that return ImmutableSessionModifier and TypeMethodDescriptionSessionManager.readSession(String id) Returns a read-only view of the session with the specified identifier.Methods in org.wildfly.clustering.web.session with parameters of type ImmutableSessionModifier and TypeMethodDescriptionHttpSessionFactory.createHttpSession(ImmutableSession session, C context) Create an HttpSession specification implementation for the specified session and servlet context. -
Uses of ImmutableSession in org.wildfly.clustering.web.session.oob
Classes in org.wildfly.clustering.web.session.oob that implement ImmutableSessionModifier and TypeClassDescriptionclassOOBSession<L,B extends Batch> Out-of-band session implementation, for use outside the context of a request.