public class RTMPConnManager extends Object implements IRTMPConnManager, org.springframework.context.ApplicationContextAware
Constructor and Description |
---|
RTMPConnManager() |
Modifier and Type | Method and Description |
---|---|
RTMPConnection |
createConnection(Class<?> connCls) |
RTMPConnection |
createConnectionInstance(Class<?> cls) |
RTMPConnection |
getConnection(int clientId) |
RTMPConnection |
removeConnection(int clientId) |
Collection<RTMPConnection> |
removeConnections() |
void |
setApplicationContext(org.springframework.context.ApplicationContext appCtx) |
public RTMPConnection createConnection(Class<?> connCls)
createConnection
in interface IRTMPConnManager
public RTMPConnection getConnection(int clientId)
getConnection
in interface IRTMPConnManager
public RTMPConnection removeConnection(int clientId)
removeConnection
in interface IRTMPConnManager
public Collection<RTMPConnection> removeConnections()
removeConnections
in interface IRTMPConnManager
public void setApplicationContext(org.springframework.context.ApplicationContext appCtx) throws org.springframework.beans.BeansException
setApplicationContext
in interface org.springframework.context.ApplicationContextAware
org.springframework.beans.BeansException
public RTMPConnection createConnectionInstance(Class<?> cls) throws Exception
Exception
Copyright © 2006-2012 The Red5 Project