Package | Description |
---|---|
org.red5.server | |
org.red5.server.api.scope | |
org.red5.server.net.rtmp | |
org.red5.server.net.servlet | |
org.red5.server.scope |
Modifier and Type | Class and Description |
---|---|
class |
Server
Red5 server core class implementation.
|
Modifier and Type | Method and Description |
---|---|
IServer |
IGlobalScope.getServer()
Return the server this global scope runs in.
|
Modifier and Type | Field and Description |
---|---|
protected IServer |
RTMPHandler.server
Red5 server instance.
|
Modifier and Type | Method and Description |
---|---|
void |
RTMPHandler.setServer(IServer server)
Setter for server object.
|
Modifier and Type | Field and Description |
---|---|
protected IServer |
AMFGatewayServlet.server
Red5 server instance
|
Modifier and Type | Field and Description |
---|---|
protected IServer |
GlobalScope.server |
protected IServer |
WebScope.server
Server instance
|
Modifier and Type | Method and Description |
---|---|
IServer |
GlobalScope.getServer()
Return the server instance connected to this scope.
|
IServer |
Scope.getServer()
Return the server instance connected to this scope.
|
IServer |
WebScope.getServer()
Return the server instance connected to this scope.
|
Modifier and Type | Method and Description |
---|---|
void |
GlobalScope.setServer(IServer server)
Setter for server
|
void |
WebScope.setServer(IServer server)
Setter for server
|
Copyright © 2006-2012 The Red5 Project