Uses of Interface
org.red5.server.api.session.ISession
-
Uses of ISession in org.red5.server.session
Modifier and TypeClassDescriptionclass
Represents the most basic type of "Session", loosely modeled after the HTTP Session used in J2EE applications.Modifier and TypeFieldDescriptionprivate static ConcurrentMap<String,
ISession> SessionManager.sessions
Modifier and TypeMethodDescriptionstatic ISession
SessionManager.createSession()
static ISession
SessionManager.createSession
(String sessionId) static ISession
SessionManager.getSession
(String sessionId) static ISession
SessionManager.removeSession
(String sessionId)