Package pong.common

Examples of pong.common.Message


  /**
   * Sends a message just to make an IOException be thrown in case the player disconnects
   * unexpectedly or the connection fails.
   */
  private void checkAlive() {
    final Message m = new Message(Message.Type.ARE_YOU_ALIVE, null);
    sendMessage(m);
  }
View Full Code Here

TOP

Related Classes of pong.common.Message

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.