Uses of Interface
org.wildfly.clustering.web.session.Session
Packages that use Session
-
Uses of Session in org.wildfly.clustering.web.session
Methods in org.wildfly.clustering.web.session that return SessionModifier and TypeMethodDescriptionSessionManager.createSession(String id) Creates a session using the specified identifier.SessionManager.findSession(String id) Returns the session with the specified identifier, or null if none exists. -
Uses of Session in org.wildfly.clustering.web.session.oob
Classes in org.wildfly.clustering.web.session.oob that implement SessionModifier and TypeClassDescriptionclassOOBSession<L,B extends Batch> Out-of-band session implementation, for use outside the context of a request.