Uses of Class
soc.message.SOCSimpleRequest

Packages that use SOCSimpleRequest
soc.client   
soc.message   
soc.server   
 

Uses of SOCSimpleRequest in soc.client
 

Methods in soc.client with parameters of type SOCSimpleRequest
static void SOCDisplaylessPlayerClient.handleSIMPLEREQUEST(java.util.Map<java.lang.String,SOCGame> games, SOCSimpleRequest mes)
          Update any game data from "simple request" announcements from the server.
private  void SOCPlayerClient.MessageTreater.handleSIMPLEREQUEST(SOCSimpleRequest mes)
          Handle server responses from the "simple request" handler.
 

Uses of SOCSimpleRequest in soc.message
 

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

Uses of SOCSimpleRequest in soc.server
 

Methods in soc.server with parameters of type SOCSimpleRequest
private  void SOCGameHandler.handleSIMPLEREQUEST(SOCGame ga, StringConnection c, SOCSimpleRequest mes)
          Handle the "simple request" message.