Uses of Interface
org.red5.server.net.mrtmp.IMRTMPConnection

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 SimpleMRTMPOriginManager.lookupMRTMPConnection(RTMPConnection rtmpConn)
           
 IMRTMPConnection SimpleMRTMPEdgeManager.lookupMRTMPConnection(RTMPConnection conn)
           
 IMRTMPConnection IMRTMPManager.lookupMRTMPConnection(RTMPConnection conn)
          Map a client to an Edge/Origin MRTMP connection.
 

Methods in org.red5.server.net.mrtmp with parameters of type IMRTMPConnection
 void SimpleMRTMPOriginManager.associate(RTMPConnection rtmpConn, IMRTMPConnection mrtmpConn)
           
 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.
 boolean SimpleMRTMPOriginManager.registerConnection(IMRTMPConnection conn)
           
 boolean SimpleMRTMPEdgeManager.registerConnection(IMRTMPConnection conn)
           
 boolean IMRTMPManager.registerConnection(IMRTMPConnection conn)
          Register a MRTMP connection so that it can be later been looked up.
 boolean SimpleMRTMPOriginManager.unregisterConnection(IMRTMPConnection conn)
           
 boolean SimpleMRTMPEdgeManager.unregisterConnection(IMRTMPConnection conn)
           
 boolean IMRTMPManager.unregisterConnection(IMRTMPConnection conn)
          Unregister a MRTMP connection.
 



Copyright © 2006-2007 the Red5 project.