|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.red5.server.net.rtmpt.RTMPTLoader
public class RTMPTLoader
Loader for the RTMPT server.
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 |
---|
protected static Logger log
protected ApplicationContext applicationContext
protected String rtmptConfig
protected Server rtmptServer
protected IServer server
Constructor Detail |
---|
public RTMPTLoader()
Method Detail |
---|
public void setServer(IServer server)
server
- Server instancepublic void setApplicationContext(ApplicationContext context) throws BeansException
setApplicationContext
in interface ApplicationContextAware
BeansException
public void init() throws Exception
Exception
- Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |