Uses of Interface
org.wildfly.clustering.web.session.ImmutableSession
-
Packages that use ImmutableSession Package Description org.wildfly.clustering.web.session org.wildfly.clustering.web.session.oob -
-
Uses of ImmutableSession in org.wildfly.clustering.web.session
Subinterfaces of ImmutableSession in org.wildfly.clustering.web.session Modifier and Type Interface Description interfaceSession<L>Represents a web session.Methods in org.wildfly.clustering.web.session that return ImmutableSession Modifier and Type Method Description ImmutableSessionSessionManager. 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 ImmutableSession Modifier and Type Method Description SHttpSessionFactory. createHttpSession(ImmutableSession session, C context)Create an HttpSession specification implementation for the specified session and servlet context.voidSessionExpirationListener. sessionExpired(ImmutableSession session)Invoked when the specified session expires. -
Uses of ImmutableSession in org.wildfly.clustering.web.session.oob
Classes in org.wildfly.clustering.web.session.oob that implement ImmutableSession Modifier and Type Class Description classOOBSession<L,B extends Batch>Out-of-band session implementation, for use outside the context of a request.
-