Uses of Class
soc.message.SOCAuthRequest

Packages that use SOCAuthRequest
soc.message   
soc.server   
 

Uses of SOCAuthRequest in soc.message
 

Methods in soc.message that return SOCAuthRequest
static SOCAuthRequest SOCAuthRequest.parseDataStr(java.lang.String s)
          Parse the command string into an AuthRequest message.
 

Uses of SOCAuthRequest in soc.server
 

Methods in soc.server with parameters of type SOCAuthRequest
private  void SOCServer.handleAUTHREQUEST(StringConnection c, SOCAuthRequest mes)
          Handle the optional "authentication request" message.