com.bemoko.live.platform.context
Class Session
java.lang.Object
com.bemoko.live.platform.context.Session
public class Session
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Session
public Session()
getPlugin
public PluginCacheEntry getPlugin(String name)
putPlugin
public void putPlugin(String name,
PluginCacheEntry plugin)
getSession
public static Session getSession(HttpSession httpSession)
- Get the session from the HTTP session, creating it if necessary
- Parameters:
httpSession -
- Returns:
- Session
flush
public static void flush(HttpSession httpSession)