| Package | Description |
|---|---|
| org.atmosphere.cpr |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultAtmosphereResourceSession |
| Modifier and Type | Method and Description |
|---|---|
AtmosphereResourceSession |
DefaultAtmosphereResourceSessionFactory.getSession(AtmosphereResource resource) |
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) |
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 © 2016. All rights reserved.