Package | Description |
---|---|
org.red5.server.net.rtmp.message | |
org.red5.server.so |
Modifier and Type | Field and Description |
---|---|
static ISharedObjectEvent.Type[] |
SharedObjectTypeMapping.typeMap
Types map
|
Modifier and Type | Method and Description |
---|---|
static ISharedObjectEvent.Type |
SharedObjectTypeMapping.toType(byte rtmpType)
Convert byte value of RTMP marker to event type
|
Modifier and Type | Method and Description |
---|---|
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
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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
|
Constructor and Description |
---|
SharedObjectEvent(ISharedObjectEvent.Type type,
String key,
Object value) |
Copyright © 2006-2012 The Red5 Project