Uses of Class
soc.message.SOCVersion

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

Uses of SOCVersion in soc.client
 

Methods in soc.client with parameters of type SOCVersion
private  void SOCPlayerClient.MessageTreater.handleVERSION(boolean isPractice, SOCVersion mes)
          Handle the "version" message, server's version report.
private  void SOCDisplaylessPlayerClient.handleVERSION(boolean isLocal, SOCVersion mes)
          Handle the "version" message, server's version report.
private  void SOCAccountClient.handleVERSION(SOCVersion mes)
          Handle the "version" message: Server's version and feature report.
 

Uses of SOCVersion in soc.message
 

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

Uses of SOCVersion in soc.server
 

Methods in soc.server with parameters of type SOCVersion
private  void SOCServer.handleVERSION(StringConnection c, SOCVersion mes)
          Handle the "version" message, client's version report.