org.red5.server.session
Class SessionManager
java.lang.Object
org.red5.server.session.SessionManager
public class SessionManager
- extends Object
Manages sessions.
- Author:
- The Red5 Project (red5@osflash.org), Paul Gregoire (mondain@gmail.com)
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
rnd
public static Random rnd
SessionManager
public SessionManager()
init
public void init()
getSessionId
public static String getSessionId()
createSession
public static ISession createSession()
createSession
public static ISession createSession(String sessionId)
getSession
public static ISession getSession(String sessionId)
removeSession
public static ISession removeSession(String sessionId)
getDestinationDirectory
public String getDestinationDirectory()
setDestinationDirectory
public void setDestinationDirectory(String destinationDir)
setMaxLifetime
public void setMaxLifetime(String maxLifetime)
setSchedulingService
public void setSchedulingService(ISchedulingService schedulingService)
createHash
public static String createHash(String str)
Copyright © 2006-2012 The Red5 Project