Uses of Class
soc.message.SOCGameOptionGetInfos

Packages that use SOCGameOptionGetInfos
soc.message   
soc.server   
 

Uses of SOCGameOptionGetInfos in soc.message
 

Methods in soc.message that return SOCGameOptionGetInfos
static SOCGameOptionGetInfos SOCGameOptionGetInfos.parseDataStr(java.lang.String s)
          Parse the command String into a GameOptionGetInfos message
 

Uses of SOCGameOptionGetInfos in soc.server
 

Methods in soc.server with parameters of type SOCGameOptionGetInfos
private  void SOCServer.handleGAMEOPTIONGETINFOS(StringConnection c, SOCGameOptionGetInfos mes)
          process the "game option get infos" message; reply with the info, with one GAMEOPTIONINFO message per option keyname.