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.scope   
org.red5.server.so   
 

Uses of AttributeStore in org.red5.server
 

Subclasses of AttributeStore in org.red5.server
 class BaseConnection
          Base abstract class for connections.
 class Client
          Client is an abstraction representing user connected to Red5 application.
 class PersistableAttributeStore
          Persistable attributes store.
 

Methods in org.red5.server that return AttributeStore
static AttributeStore AttributeStore.from(CompositeData cd)
          Allows for reconstruction via CompositeData.
 

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

Subclasses of AttributeStore in org.red5.server.net.rtmp
 class RTMPConnection
          RTMP connection.
 class RTMPMinaConnection
          Represents an RTMP connection using Mina.
 

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

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

Uses of AttributeStore in org.red5.server.scope
 

Fields in org.red5.server.scope declared as AttributeStore
protected  AttributeStore Scope.attributes
          Storage for scope attributes
 

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.
 



Copyright © 2006-2012 The Red5 Project