Uses of Interface
org.atmosphere.cpr.AtmosphereResourceSession
Packages that use AtmosphereResourceSession
-
Uses of AtmosphereResourceSession in org.atmosphere.cpr
Classes in org.atmosphere.cpr that implement AtmosphereResourceSessionMethods in org.atmosphere.cpr that return AtmosphereResourceSessionModifier and TypeMethodDescriptionAtmosphereResourceSessionFactory.getSession(AtmosphereResource resource) Returns the current session associated with theAtmosphereResource, or creates one if it does not yet exist.AtmosphereResourceSessionFactory.getSession(AtmosphereResource resource, boolean create) Returns the current session associated with theAtmosphereResourceor, if there is no current session and create is true, returns a new session.DefaultAtmosphereResourceSessionFactory.getSession(AtmosphereResource resource) DefaultAtmosphereResourceSessionFactory.getSession(AtmosphereResource r, boolean create)