org.red5.server.net.rtmpt
Class RTMPTLoader

java.lang.Object
  extended by org.red5.server.net.rtmpt.RTMPTLoader
All Implemented Interfaces:
ApplicationContextAware

public class RTMPTLoader
extends Object
implements ApplicationContextAware

Loader for the RTMPT server.

Author:
The Red5 Project (red5@osflash.org), Joachim Bauch (jojo@struktur.de)

Field Summary
protected  ApplicationContext applicationContext
          Application context
protected static Logger log
          Logger
protected  String rtmptConfig
          RTMP config path
protected  Server rtmptServer
          RTMP server
protected  IServer server
          Red5 server instance
 
Constructor Summary
RTMPTLoader()
           
 
Method Summary
 void init()
          Initialization
 void setApplicationContext(ApplicationContext context)
          
 void setServer(IServer server)
          Setter for server
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

log

protected static Logger log
Logger


applicationContext

protected ApplicationContext applicationContext
Application context


rtmptConfig

protected String rtmptConfig
RTMP config path


rtmptServer

protected Server rtmptServer
RTMP server


server

protected IServer server
Red5 server instance

Constructor Detail

RTMPTLoader

public RTMPTLoader()
Method Detail

setServer

public void setServer(IServer server)
Setter for server

Parameters:
server - Server instance

setApplicationContext

public void setApplicationContext(ApplicationContext context)
                           throws BeansException

Specified by:
setApplicationContext in interface ApplicationContextAware
Throws:
BeansException

init

public void init()
          throws Exception
Initialization

Throws:
Exception - Exception


Copyright © 2006-2009 The Red5 Project