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 TypeClassDescriptionclassRepresents 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.sessionsMethods in org.red5.server.session that return ISessionModifier and TypeMethodDescriptionstatic ISessionSessionManager.createSession()static ISessionSessionManager.createSession(String sessionId) static ISessionSessionManager.getSession(String sessionId) static ISessionSessionManager.removeSession(String sessionId)