public class SessionManager extends Object
Constructor and Description |
---|
SessionManager() |
Modifier and Type | Method and Description |
---|---|
static String |
createHash(String str) |
static ISession |
createSession() |
static ISession |
createSession(String sessionId) |
String |
getDestinationDirectory() |
static ISession |
getSession(String sessionId) |
static String |
getSessionId() |
void |
init() |
static ISession |
removeSession(String sessionId) |
void |
setDestinationDirectory(String destinationDir) |
void |
setMaxLifetime(String maxLifetime) |
void |
setSchedulingService(ISchedulingService schedulingService) |
public static Random rnd
public void init()
public static String getSessionId()
public static ISession createSession()
public String getDestinationDirectory()
public void setDestinationDirectory(String destinationDir)
public void setMaxLifetime(String maxLifetime)
public void setSchedulingService(ISchedulingService schedulingService)
Copyright © 2006-2012 The Red5 Project