Uses of Interface
org.atmosphere.cpr.AtmosphereResourceSession

Packages that use AtmosphereResourceSession
org.atmosphere.cpr   
 

Uses of AtmosphereResourceSession in org.atmosphere.cpr
 

Classes in org.atmosphere.cpr that implement AtmosphereResourceSession
 class DefaultAtmosphereResourceSession
           
 

Methods in org.atmosphere.cpr that return AtmosphereResourceSession
 AtmosphereResourceSession AtmosphereResourceSessionFactory.getSession(AtmosphereResource resource)
          Returns the current session associated with the AtmosphereResource, or creates one if it does not yet exist.
 AtmosphereResourceSession DefaultAtmosphereResourceSessionFactory.getSession(AtmosphereResource r, boolean create)
           
abstract  AtmosphereResourceSession AtmosphereResourceSessionFactory.getSession(AtmosphereResource resource, boolean create)
          Returns the current session associated with the AtmosphereResource or, if there is no current session and create is true, returns a new session.
 



Copyright © 2014. All Rights Reserved.