|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.red5.server.messaging.AbstractMessage
org.red5.server.stream.message.RTMPMessage
public class RTMPMessage
RTMP message
| Field Summary |
|---|
| Fields inherited from class org.red5.server.messaging.AbstractMessage |
|---|
correlationID, extraHeaders, messageID, messageType |
| Method Summary | |
|---|---|
static RTMPMessage |
build(IRTMPEvent body)
Builder for RTMPMessage. |
static RTMPMessage |
build(IRTMPEvent body,
byte sourceType)
Builder for RTMPMessage. |
static RTMPMessage |
build(IRTMPEvent body,
int eventTime)
Builder for RTMPMessage. |
IRTMPEvent |
getBody()
Return RTMP message body |
| Methods inherited from class org.red5.server.messaging.AbstractMessage |
|---|
getBooleanProperty, getByteProperty, getCorrelationID, getDoubleProperty, getFloatProperty, getIntProperty, getLongProperty, getMessageID, getMessageType, getObjectProperty, getShortProperty, getStringProperty, setBooleanProperty, setByteProperty, setCorrelationID, setDoubleProperty, setFloatProperty, setIntProperty, setLongProperty, setMessageID, setMessageType, setObjectProperty, setShortProperty, setStringProperty |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public IRTMPEvent getBody()
public static final RTMPMessage build(IRTMPEvent body)
body - event data
public static final RTMPMessage build(IRTMPEvent body,
int eventTime)
body - event dataeventTime - time value to set on the event body
public static final RTMPMessage build(IRTMPEvent body,
byte sourceType)
body - event datasourceType - live or vod
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||