Uses of Interface
swpchat.protocol.ControlTokens

Packages that use ControlTokens
swpchat.client   
swpchat.server   
 

Uses of ControlTokens in swpchat.client
 

Classes in swpchat.client that implement ControlTokens
 class ControlConnection
          The controler connection to the server.
 class ControlReceiver
           
 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 ControlTokens in swpchat.server
 

Classes in swpchat.server that implement ControlTokens
 class ControlProtocolHandler
          class that handles the ControlProtocol with one client
 class ProtocolHandler
          Used for communication with the client, the server part of the chat protocol
 class ReceiverProtocolHandler
          Used for the Receiver to pass on Messages to the Client
 class SenderProtocolHandler
          Used for communication with the client, the server part of the chat protocol