|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.red5.server.net.rtmp.message.SharedObjectTypeMapping
public class SharedObjectTypeMapping
SO event types mapping
Field Summary | |
---|---|
protected static Logger |
log
Logger |
static ISharedObjectEvent.Type[] |
typeMap
Types map |
Constructor Summary | |
---|---|
SharedObjectTypeMapping()
|
Method Summary | |
---|---|
static byte |
toByte(ISharedObjectEvent.Type type)
Convert SO event type to byte representation that RTMP uses |
static String |
toString(ISharedObjectEvent.Type type)
String representation of type |
static ISharedObjectEvent.Type |
toType(byte rtmpType)
Convert byte value of RTMP marker to event type |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected static Logger log
public static final ISharedObjectEvent.Type[] typeMap
Constructor Detail |
---|
public SharedObjectTypeMapping()
Method Detail |
---|
public static ISharedObjectEvent.Type toType(byte rtmpType)
rtmpType
- RTMP marker value
public static byte toByte(ISharedObjectEvent.Type type)
type
- Event type
public static String toString(ISharedObjectEvent.Type type)
type
- Type
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |