Package | Description |
---|---|
org.red5.server.session |
Modifier and Type | Class and Description |
---|---|
class |
Session
Represents the most basic type of "Session", loosely modeled after the HTTP Session used
in J2EE applications.
|
Modifier and Type | Method and Description |
---|---|
static ISession |
SessionManager.createSession() |
static ISession |
SessionManager.createSession(String sessionId) |
static ISession |
SessionManager.getSession(String sessionId) |
static ISession |
SessionManager.removeSession(String sessionId) |
Copyright © 2006-2012 The Red5 Project