org.red5.server.net.mrtmp
Class MRTMPOriginConnection

java.lang.Object
  extended by org.red5.server.net.mrtmp.BaseMRTMPConnection
      extended by org.red5.server.net.mrtmp.MRTMPOriginConnection
All Implemented Interfaces:
IMRTMPConnection

public class MRTMPOriginConnection
extends BaseMRTMPConnection

Author:
Steven Gong (steven.gong@gmail.com)

Constructor Summary
MRTMPOriginConnection()
           
 
Method Summary
 void connect(int clientId)
          Send connect message to other side
 
Methods inherited from class org.red5.server.net.mrtmp.BaseMRTMPConnection
close, disconnect, getIoSession, setIoSession, write
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MRTMPOriginConnection

public MRTMPOriginConnection()
Method Detail

connect

public void connect(int clientId)
Description copied from interface: IMRTMPConnection
Send connect message to other side

Specified by:
connect in interface IMRTMPConnection
Overrides:
connect in class BaseMRTMPConnection


Copyright © 2006-2007 the Red5 project.