org.red5.server.net.rtmp
Class RTMPConnManager
java.lang.Object
org.red5.server.net.rtmp.RTMPConnManager
- All Implemented Interfaces:
- IRTMPConnManager, Aware, ApplicationContextAware
public class RTMPConnManager
- extends Object
- implements IRTMPConnManager, ApplicationContextAware
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RTMPConnManager
public RTMPConnManager()
createConnection
public RTMPConnection createConnection(Class<?> connCls)
- Specified by:
createConnection
in interface IRTMPConnManager
getConnection
public RTMPConnection getConnection(int clientId)
- Specified by:
getConnection
in interface IRTMPConnManager
getConnectionBySessionId
public RTMPConnection getConnectionBySessionId(String sessionId)
- Specified by:
getConnectionBySessionId
in interface IRTMPConnManager
removeConnection
public RTMPConnection removeConnection(int clientId)
- Specified by:
removeConnection
in interface IRTMPConnManager
removeConnections
public Collection<RTMPConnection> removeConnections()
- Specified by:
removeConnections
in interface IRTMPConnManager
createConnectionInstance
public RTMPConnection createConnectionInstance(Class<?> cls)
throws Exception
- Throws:
Exception
setApplicationContext
public void setApplicationContext(ApplicationContext appCtx)
throws BeansException
- Specified by:
setApplicationContext
in interface ApplicationContextAware
- Throws:
BeansException
Copyright © 2006-2012 The Red5 Project