Uses of Interface
org.red5.server.api.ConnectionMBean

Packages that use ConnectionMBean
org.red5.server   
org.red5.server.api   
org.red5.server.api.remoting   
org.red5.server.api.service   
org.red5.server.api.stream   
org.red5.server.net.remoting   
org.red5.server.net.rtmp   
org.red5.server.net.rtmpt   
 

Uses of ConnectionMBean in org.red5.server
 

Classes in org.red5.server that implement ConnectionMBean
 class BaseConnection
          Base abstract class for connections.
 

Uses of ConnectionMBean in org.red5.server.api
 

Subinterfaces of ConnectionMBean in org.red5.server.api
 interface IConnection
          The connection object.
 

Uses of ConnectionMBean in org.red5.server.api.remoting
 

Subinterfaces of ConnectionMBean in org.red5.server.api.remoting
 interface IRemotingConnection
          Connection coming from Remoting clients.
 

Uses of ConnectionMBean in org.red5.server.api.service
 

Subinterfaces of ConnectionMBean in org.red5.server.api.service
 interface IServiceCapableConnection
          Connection that has options to invoke and handle remote calls
 

Uses of ConnectionMBean in org.red5.server.api.stream
 

Subinterfaces of ConnectionMBean in org.red5.server.api.stream
 interface IStreamCapableConnection
          A connection that supports streaming.
 

Uses of ConnectionMBean in org.red5.server.net.remoting
 

Classes in org.red5.server.net.remoting that implement ConnectionMBean
 class RemotingConnection
          Connection class so the Red5 object works in methods invoked through remoting.
 

Uses of ConnectionMBean in org.red5.server.net.rtmp
 

Classes in org.red5.server.net.rtmp that implement ConnectionMBean
 class EdgeRTMPMinaConnection
           
 class RTMPConnection
          RTMP connection.
 class RTMPMinaConnection
          Represents an RTMP connection using Mina.
 class RTMPOriginConnection
          A pseudo-connection on Origin that represents a client on Edge.
 

Uses of ConnectionMBean in org.red5.server.net.rtmpt
 

Classes in org.red5.server.net.rtmpt that implement ConnectionMBean
 class BaseRTMPTConnection
           
 class RTMPTClientConnection
           
 class RTMPTConnection
          A RTMPT client / session.
 



Copyright © 2006-2010 The Red5 Project