Uses of Interface
swpchat.protocol.ProtocolTokens

Packages that use ProtocolTokens
swpchat.client   
swpchat.server   
 

Uses of ProtocolTokens in swpchat.client
 

Classes in swpchat.client that implement ProtocolTokens
 class ControlConnection
          The controler connection to the server.
 class FileConnection
           
 class FileProtocolHandler
          class that handles the FileProtocol with another client
 class FileSendConnection
          Class for sender communication to the server.
 class ReceiverServerConnection
          Class for receiver connection to the server.
 class SenderServerConnection
          Class for sender communication to the server.
 class ServerConnection
           
 

Uses of ProtocolTokens in swpchat.server
 

Classes in swpchat.server that implement ProtocolTokens
 class ClientConnection
          This class embeds the protocol handling class into the server.