cluedo.info
Class SessionListRequestInfo

java.lang.Object
  |
  +--cluedo.info.CluedoInfo
        |
        +--cluedo.info.SessionListRequestInfo

public class SessionListRequestInfo
extends CluedoInfo

Clients send these objects in order to request a complete list of all available sessions. The server answers with a SessionListinfo.

See Also:
CluedoPDU, SessionListInfo, Serialized Form

Fields inherited from class cluedo.info.CluedoInfo
ACCEPTED, CLOSED, DIRECTOR, EXPELLED, INVITED, LOOSER, NUMPLAYERS, OPENED, REJECTED, REMOVED, SERVERID, TEAMMATE, TERMINATED, UNKNOWN, WINNER
 
Constructor Summary
SessionListRequestInfo()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SessionListRequestInfo

public SessionListRequestInfo()