Uses of Interface
swpchat.protocol.SenderReceiverTokens

Packages that use SenderReceiverTokens
swpchat.client   
swpchat.server   
 

Uses of SenderReceiverTokens in swpchat.client
 

Classes in swpchat.client that implement SenderReceiverTokens
 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 MessageReceiver
          Receives the messages sent by a server and puts them out to a TextArea.
 class ReceiverServerConnection
          Class for receiver connection to the server.
 class SenderServerConnection
          Class for sender communication to the server.
 class ServerConnection
           
 

Uses of SenderReceiverTokens in swpchat.server
 

Classes in swpchat.server that implement SenderReceiverTokens
 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