|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.red5.server.net.mrtmp.SimpleMRTMPEdgeManager
public class SimpleMRTMPEdgeManager
A simple Edge connection manager that only manages one Edge/Origin connection.
Constructor Summary | |
---|---|
SimpleMRTMPEdgeManager()
|
Method Summary | |
---|---|
IMRTMPConnection |
lookupMRTMPConnection(RTMPConnection conn)
Map a client to an Edge/Origin MRTMP connection. |
boolean |
registerConnection(IMRTMPConnection conn)
Register a MRTMP connection so that it can be later been looked up. |
void |
setRtmpConnManager(IRTMPConnManager rtmpConnManager)
|
boolean |
unregisterConnection(IMRTMPConnection conn)
Unregister a MRTMP connection. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SimpleMRTMPEdgeManager()
Method Detail |
---|
public void setRtmpConnManager(IRTMPConnManager rtmpConnManager)
public boolean registerConnection(IMRTMPConnection conn)
IMRTMPManager
registerConnection
in interface IMRTMPManager
public boolean unregisterConnection(IMRTMPConnection conn)
IMRTMPManager
unregisterConnection
in interface IMRTMPManager
public IMRTMPConnection lookupMRTMPConnection(RTMPConnection conn)
IMRTMPManager
lookupMRTMPConnection
in interface IMRTMPManager
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |