|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IMRTMPConnection | |
---|---|
org.red5.server.net.mrtmp |
Uses of IMRTMPConnection in org.red5.server.net.mrtmp |
---|
Classes in org.red5.server.net.mrtmp that implement IMRTMPConnection | |
---|---|
class |
BaseMRTMPConnection
|
class |
MRTMPEdgeConnection
|
class |
MRTMPOriginConnection
|
Methods in org.red5.server.net.mrtmp that return IMRTMPConnection | |
---|---|
IMRTMPConnection |
IMRTMPManager.lookupMRTMPConnection(RTMPConnection conn)
Map a client to an Edge/Origin MRTMP connection. |
IMRTMPConnection |
SimpleMRTMPEdgeManager.lookupMRTMPConnection(RTMPConnection conn)
|
IMRTMPConnection |
SimpleMRTMPOriginManager.lookupMRTMPConnection(RTMPConnection rtmpConn)
|
Methods in org.red5.server.net.mrtmp with parameters of type IMRTMPConnection | |
---|---|
void |
IMRTMPOriginManager.associate(RTMPConnection rtmpConn,
IMRTMPConnection mrtmpConn)
Associate the client to a MRTMP connection so that the packet will be sent via this MRTMP connection. |
void |
SimpleMRTMPOriginManager.associate(RTMPConnection rtmpConn,
IMRTMPConnection mrtmpConn)
|
boolean |
IMRTMPManager.registerConnection(IMRTMPConnection conn)
Register a MRTMP connection so that it can be later been looked up. |
boolean |
SimpleMRTMPEdgeManager.registerConnection(IMRTMPConnection conn)
|
boolean |
SimpleMRTMPOriginManager.registerConnection(IMRTMPConnection conn)
|
boolean |
IMRTMPManager.unregisterConnection(IMRTMPConnection conn)
Unregister a MRTMP connection. |
boolean |
SimpleMRTMPEdgeManager.unregisterConnection(IMRTMPConnection conn)
|
boolean |
SimpleMRTMPOriginManager.unregisterConnection(IMRTMPConnection conn)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |