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 IRTMPConnManagerpublic RTMPConnection getConnection(int clientId)
getConnection in interface IRTMPConnManagerpublic RTMPConnection removeConnection(int clientId)
removeConnection in interface IRTMPConnManagerpublic Collection<RTMPConnection> removeConnections()
removeConnections in interface IRTMPConnManagerpublic void setApplicationContext(org.springframework.context.ApplicationContext appCtx)
throws org.springframework.beans.BeansException
setApplicationContext in interface org.springframework.context.ApplicationContextAwareorg.springframework.beans.BeansExceptionpublic RTMPConnection createConnectionInstance(Class<?> cls) throws Exception
ExceptionCopyright © 2006-2012 The Red5 Project