Uses of Interface
org.red5.server.api.session.ISession
Packages that use ISession
-
Uses of ISession in org.red5.server.session
Classes in org.red5.server.session that implement ISessionModifier and TypeClassDescriptionclass
Represents the most basic type of "Session", loosely modeled after the HTTP Session used in J2EE applications.Fields in org.red5.server.session with type parameters of type ISessionModifier and TypeFieldDescriptionprivate static ConcurrentMap<String,
ISession> SessionManager.sessions
Methods in org.red5.server.session that return ISessionModifier and TypeMethodDescriptionstatic ISession
SessionManager.createSession()
static ISession
SessionManager.createSession
(String sessionId) static ISession
SessionManager.getSession
(String sessionId) static ISession
SessionManager.removeSession
(String sessionId)