Uses of Interface
swpchat.protocol.ChatTokens

Packages that use ChatTokens
swpchat.client   
swpchat.client.gui   
swpchat.protocol   
swpchat.server   
 

Uses of ChatTokens in swpchat.client
 

Classes in swpchat.client that implement ChatTokens
 class ClientControls
          This class implements all functions of the client.
 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 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
           
 class UserInfoPersistentDataHandler
          encapusates access to persistent UserInfos (means: saved userinfos in the .SpChatConfig
 

Uses of ChatTokens in swpchat.client.gui
 

Classes in swpchat.client.gui that implement ChatTokens
 class ContactsFrame
          The ContactsFrame.
 class ShowUserInfoFrame
          this class defines a graphical user interface for changing the user's attributes like first name, hobbies etc.
 class UserInfoFrame
          this class defines a graphical user interface for changing the user's attributes like first name, hobbies etc.
 

Uses of ChatTokens in swpchat.protocol
 

Subinterfaces of ChatTokens in swpchat.protocol
 interface ControlTokens
          The tokens used in the communication between chat control client and server.
 interface FileTransferTokens
          The tokens used in the communication between chat sender client and receiver client.
 interface NotificationTokens
          Tokens used for notification messages
 interface ProtocolTokens
          The tokens used in the communication between chat client and server.
 interface ReceiverTokens
          The tokens used in the communication between chat receiver client and server.
 interface SenderReceiverTokens
          The tokens used in the communication between chat sender client and server.
 interface SenderTokens
          The tokens used in the communication between chat sender client and server.
 interface UserInfoTokens
          a collection of UserInfo relating Tokens
 

Uses of ChatTokens in swpchat.server
 

Classes in swpchat.server that implement ChatTokens
 class ClientConnection
          This class embeds the protocol handling class into the server.
 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
 class UserInfo
          This class encapsulates a UserInfo set
 class UserInfoHandler
          encapsultaes methods for handleing userInfo relating commands