public abstract class Message extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
protected short |
inResponseTo
If this message is a response, this is the request sequence.
|
| Constructor and Description |
|---|
Message()
Constructor for a
Message. |
Message(Message respondTo)
Constructor for a
Message in response to another. |
| Modifier and Type | Method and Description |
|---|---|
short |
getInResponseTo() |
short |
getSequence() |
boolean |
isResponse() |
protected short inResponseTo
public Message()
Message.Copyright © 2018 universAAL Consortium. All rights reserved.