Uses of Interface
org.atmosphere.cpr.AtmosphereResourceSession
-
Packages that use AtmosphereResourceSession Package Description org.atmosphere.cpr -
-
Uses of AtmosphereResourceSession in org.atmosphere.cpr
Classes in org.atmosphere.cpr that implement AtmosphereResourceSession Modifier and Type Class Description classDefaultAtmosphereResourceSessionMethods in org.atmosphere.cpr that return AtmosphereResourceSession Modifier and Type Method Description AtmosphereResourceSessionAtmosphereResourceSessionFactory. getSession(AtmosphereResource resource)Returns the current session associated with theAtmosphereResource, or creates one if it does not yet exist.AtmosphereResourceSessionAtmosphereResourceSessionFactory. 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.AtmosphereResourceSessionDefaultAtmosphereResourceSessionFactory. getSession(AtmosphereResource resource)AtmosphereResourceSessionDefaultAtmosphereResourceSessionFactory. getSession(AtmosphereResource r, boolean create)
-