Class ConnectionMessage.Ping
java.lang.Object
org.jcsp.net.Message
org.jcsp.net.ConnectionMessage
org.jcsp.net.ConnectionMessage.Ping
- All Implemented Interfaces:
Serializable
- Enclosing class:
ConnectionMessage
A ping() from server to client.
This is a package-private implementation class.
-
Nested Class Summary
Nested classes/interfaces inherited from class ConnectionMessage
ConnectionMessage.Close, ConnectionMessage.Open, ConnectionMessage.Ping, ConnectionMessage.PongNested classes/interfaces inherited from class Message
Message.BounceMessage, Message.PingMessage, Message.PingReplyMessage -
Field Summary
FieldsFields inherited from class Message
destIndex, destVCNLabel, PING_MESSAGE, PING_REPLY_MESSAGE, sourceID, sourceIndex, txReplyChannel -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
data
Object data
-
-
Constructor Details
-
Ping
Ping()
-