Uses of Class
org.red5.server.AttributeStore

Packages that use AttributeStore
org.red5.server   
org.red5.server.net.rtmp   
org.red5.server.net.rtmpt   
org.red5.server.so   
org.red5.server.stream   
 

Uses of AttributeStore in org.red5.server
 

Subclasses of AttributeStore in org.red5.server
 class BaseConnection
          Base abstract class for connections.
 class BasicScope
          Generalizations of one of main Red5 object types, Scope.
 class Client
          Client is an abstraction representing user connected to Red5 application.
 class GlobalScope
          Global scope is a top level scope.
 class PersistableAttributeStore
          Persistable attributes store.
 class Scope
          The scope object.
 class WebScope
          Web scope is special scope that is aware of servlet context and represents scope of Red5 application in servlet container (or application server) like Tomcat, Jetty or JBoss.
 

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

Subclasses of AttributeStore in org.red5.server.net.rtmp
 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 AttributeStore in org.red5.server.net.rtmpt
 

Subclasses of AttributeStore in org.red5.server.net.rtmpt
 class BaseRTMPTConnection
           
 class RTMPTClientConnection
           
 class RTMPTConnection
          A RTMPT client / session.
 

Uses of AttributeStore in org.red5.server.so
 

Subclasses of AttributeStore in org.red5.server.so
 class ClientSharedObject
          Works with client-side shared object
 class SharedObject
          Represents shared object on server-side.
 class SharedObjectScope
          Special scope for shared objects
 

Uses of AttributeStore in org.red5.server.stream
 

Subclasses of AttributeStore in org.red5.server.stream
 class BroadcastScope
          Scope type for publishing that deals with pipe connection events, like async message listening in JMS
 



Copyright © 2006-2010 The Red5 Project