Uses of Interface
org.red5.server.api.session.ISession

Packages that use ISession
org.red5.server.session   
 

Uses of ISession in org.red5.server.session
 

Classes in org.red5.server.session that implement ISession
 class Session
          Represents the most basic type of "Session", loosely modeled after the HTTP Session used in J2EE applications.
 

Methods in org.red5.server.session that return ISession
static ISession SessionManager.createSession()
           
static ISession SessionManager.createSession(String sessionId)
           
static ISession SessionManager.getSession(String sessionId)
           
static ISession SessionManager.removeSession(String sessionId)
           
 



Copyright © 2006-2012 The Red5 Project