Uses of Class
org.red5.server.so.ISharedObjectEvent.Type

Packages that use ISharedObjectEvent.Type
org.red5.server.net.rtmp.message   
org.red5.server.so   
 

Uses of ISharedObjectEvent.Type in org.red5.server.net.rtmp.message
 

Fields in org.red5.server.net.rtmp.message declared as ISharedObjectEvent.Type
static ISharedObjectEvent.Type[] SharedObjectTypeMapping.typeMap
          Types map
 

Methods in org.red5.server.net.rtmp.message that return ISharedObjectEvent.Type
static ISharedObjectEvent.Type SharedObjectTypeMapping.toType(byte rtmpType)
          Convert byte value of RTMP marker to event type
 

Methods in org.red5.server.net.rtmp.message with parameters of type ISharedObjectEvent.Type
static byte SharedObjectTypeMapping.toByte(ISharedObjectEvent.Type type)
          Convert SO event type to byte representation that RTMP uses
static String SharedObjectTypeMapping.toString(ISharedObjectEvent.Type type)
          String representation of type
 

Uses of ISharedObjectEvent.Type in org.red5.server.so
 

Methods in org.red5.server.so that return ISharedObjectEvent.Type
 ISharedObjectEvent.Type ISharedObjectEvent.getType()
          Returns the type of the event.
 ISharedObjectEvent.Type SharedObjectEvent.getType()
          Returns the type of the event.
static ISharedObjectEvent.Type ISharedObjectEvent.Type.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ISharedObjectEvent.Type[] ISharedObjectEvent.Type.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.red5.server.so with parameters of type ISharedObjectEvent.Type
 void ISharedObjectMessage.addEvent(ISharedObjectEvent.Type type, String key, Object value)
          Addition event handler
 void SharedObjectMessage.addEvent(ISharedObjectEvent.Type type, String key, Object value)
          Addition event handler
 

Constructors in org.red5.server.so with parameters of type ISharedObjectEvent.Type
SharedObjectEvent(ISharedObjectEvent.Type type, String key, Object value)
           
 



Copyright © 2006-2012 The Red5 Project