Returns the size of the message (in bytes) @return the size of the message
()
| 120 | * @return the size of the message |
| 121 | */ |
| 122 | public int getSize() { |
| 123 | return this.size; |
| 124 | } |
| 125 | |
| 126 | /** |
| 127 | * Adds a new node on the list of nodes this message has passed |
no outgoing calls