| Package | Description |
|---|---|
| org.granite.messaging.amf | |
| org.granite.messaging.amf.io |
| Modifier and Type | Field and Description |
|---|---|
protected List<AMF0Body> |
AMF0Message.bodies |
| Modifier and Type | Method and Description |
|---|---|
AMF0Body |
AMF0Message.addBody(AMF0Body body) |
AMF0Body |
AMF0Message.addBody(String target,
String response,
Object value,
byte type) |
AMF0Body |
AMF0Message.getBody(int index) |
| Modifier and Type | Method and Description |
|---|---|
Iterator<AMF0Body> |
AMF0Message.getBodies() |
| Modifier and Type | Method and Description |
|---|---|
AMF0Body |
AMF0Message.addBody(AMF0Body body) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
AMF0Serializer.writeBody(AMF0Body body)
Writes message body
|