gecco.communication.messages
Class PingReplyMessage

java.lang.Object
  |
  +--gecco.communication.messages.ServerMessage
        |
        +--gecco.communication.messages.PingReplyMessage

public class PingReplyMessage
extends ServerMessage

This message is put in the send queue on the client part of the communication, when the DataInputExchangeHandler gets a Ping message from the server

Author:
Henrik Hägerström

Constructor Summary
PingReplyMessage()
           
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Constructor Detail

PingReplyMessage

public PingReplyMessage()