public class NetworkEvent extends EventV3
| Modifier and Type | Field and Description |
|---|---|
java.lang.String |
data
Pretty print of the first few bytes of the msg payload.
|
java.lang.String |
from
Sending node
|
boolean |
isSend
Boolean flag distinguishing between sends (true) and receives(false)
|
java.lang.String |
msgType
UDP type (exec,ack, ackack,...
|
java.lang.String |
protocol
network protocol (UDP/TCP)
|
java.lang.String |
to
Receiving node
|
| Constructor and Description |
|---|
NetworkEvent()
Public constructor
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
toString()
Return the contents of this object as a JSON String.
|
public boolean isSend
public java.lang.String protocol
public java.lang.String msgType
public java.lang.String from
public java.lang.String to
public java.lang.String data