Uses of Class
soc.message.SOCChannels

Packages that use SOCChannels
soc.client   
soc.message   
 

Uses of SOCChannels in soc.client
 

Methods in soc.client with parameters of type SOCChannels
protected  void SOCPlayerClient.handleCHANNELS(SOCChannels mes, boolean isLocal)
          handle the "list of channels" message; this message indicates that we're newly connected to the server.
protected  void SOCDisplaylessPlayerClient.handleCHANNELS(SOCChannels mes)
          handle the "list of channels" message
protected  void SOCAccountClient.handleCHANNELS(SOCChannels mes)
          handle the "list of channels" message
 

Uses of SOCChannels in soc.message
 

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