edu.ou.mlfw.ladder
Class GameRequest

java.lang.Object
  extended by edu.ou.mlfw.ladder.GameRequest
All Implemented Interfaces:
LadderMessage

public class GameRequest
extends java.lang.Object
implements LadderMessage


Constructor Summary
GameRequest(java.net.InetAddress clientAddress)
           
 
Method Summary
 java.net.InetAddress getClientAddress()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GameRequest

public GameRequest(java.net.InetAddress clientAddress)
Method Detail

getClientAddress

public java.net.InetAddress getClientAddress()