Uses of Class
soc.message.SOCGameOptionInfo

Packages that use SOCGameOptionInfo
soc.client   
soc.message   
 

Uses of SOCGameOptionInfo in soc.client
 

Methods in soc.client with parameters of type SOCGameOptionInfo
private  void SOCPlayerClient.MessageTreater.handleGAMEOPTIONINFO(SOCGameOptionInfo mes, boolean isPractice)
          process the "game option info" message by calling ServerGametypeInfo.receiveInfo(SOCGameOptionInfo).
 boolean ServerGametypeInfo.receiveInfo(SOCGameOptionInfo gi)
          After calling receiveDefaults, call this as each GAMEOPTIONGETINFO is received.
 

Uses of SOCGameOptionInfo in soc.message
 

Fields in soc.message declared as SOCGameOptionInfo
static SOCGameOptionInfo SOCGameOptionInfo.OPTINFO_NO_MORE_OPTS
          If the client is asking for any new options, by sending GAMEOPTIONGETINFOS("-"), server responds with set of GAMEOPTIONINFOs.
 

Methods in soc.message that return SOCGameOptionInfo
static SOCGameOptionInfo SOCGameOptionInfo.parseDataStr(java.util.List<java.lang.String> pa)
          Parse the command String array into a SOCGameOptionInfo message.