Uses of Class
soc.message.SOCLeave

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

Uses of SOCLeave in soc.client
 

Methods in soc.client with parameters of type SOCLeave
protected  void SOCPlayerClient.MessageTreater.handleLEAVE(SOCLeave mes)
          handle the "leave channel" message
protected  void SOCDisplaylessPlayerClient.handleLEAVE(SOCLeave mes)
          handle the "leave channel" message
 

Uses of SOCLeave in soc.message
 

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

Uses of SOCLeave in soc.server
 

Methods in soc.server with parameters of type SOCLeave
private  void SOCServer.handleLEAVE(StringConnection c, SOCLeave mes)
          Handle the "leave a channel" message