Uses of Class
soc.message.SOCNewGameWithOptionsRequest

Packages that use SOCNewGameWithOptionsRequest
soc.message   
soc.server   
 

Uses of SOCNewGameWithOptionsRequest in soc.message
 

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

Uses of SOCNewGameWithOptionsRequest in soc.server
 

Methods in soc.server with parameters of type SOCNewGameWithOptionsRequest
private  void SOCServer.handleNEWGAMEWITHOPTIONSREQUEST(StringConnection c, SOCNewGameWithOptionsRequest mes)
          process the "new game with options request" message.