|
||||||||||
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.StatusMessage
public class StatusMessage
Field Summary |
---|
Fields inherited from class org.red5.server.messaging.AbstractMessage |
---|
correlationID, extraHeaders, messageID, messageType |
Constructor Summary | |
---|---|
StatusMessage()
|
Method Summary | |
---|---|
Status |
getBody()
Getter for property 'body'. |
void |
setBody(Status body)
Setter for property '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 |
Constructor Detail |
---|
public StatusMessage()
Method Detail |
---|
public Status getBody()
public void setBody(Status body)
body
- Value to set for property 'body'.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |