Uses of Package
swpchat.protocol

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

Classes in swpchat.protocol used by swpchat.client
ChatStreamTokenizer
          This class parses tokens from an input stream in the swpchat.protocol sense.
ChatTokens
          General tokens used both in the communication between chat receiver and chat sender communication.
ClientFunctions
           
ControlClient
          Interface for the ControlConnection of the client.
ControlTokens
          The tokens used in the communication between chat control client and server.
DisplayForIncomingMessages
           
FileServer
          Interface for the Receiver(Client) as server for another client.
FileTransferTokens
          The tokens used in the communication between chat sender client and receiver client.
NotConnectedException
           
ProtocolTokens
          The tokens used in the communication between chat client and server.
ReceiverClient
          Interface of the receiver client.
SenderClient
          This interface defines the API to the Chat protocol on the client side.
SenderReceiverTokens
          The tokens used in the communication between chat sender client and server.
ServiceRefusedException
           
TimeoutException
           
UserInfoTokens
          a collection of UserInfo relating Tokens
 

Classes in swpchat.protocol used by swpchat.client.gui
ChatTokens
          General tokens used both in the communication between chat receiver and chat sender communication.
NotificationTokens
          Tokens used for notification messages
UserInfoTokens
          a collection of UserInfo relating Tokens
 

Classes in swpchat.protocol used by swpchat.protocol
ChatTokens
          General tokens used both in the communication between chat receiver and chat sender communication.
NotConnectedException
           
ServiceRefusedException
           
TimeoutException
           
Token
          A support class used for collecting received tokens in a vector.
 

Classes in swpchat.protocol used by swpchat.server
ChatStreamTokenizer
          This class parses tokens from an input stream in the swpchat.protocol sense.
ChatTokens
          General tokens used both in the communication between chat receiver and chat sender communication.
ControlServer
          Interface for the server's ControlConnection to client.
ControlTokens
          The tokens used in the communication between chat control client and server.
NotificationTokens
          Tokens used for notification messages
ProtocolTokens
          The tokens used in the communication between chat client and server.
ReceiverServer
          This interface defines the API to the Chat Receiver protocol on the server side.
ReceiverTokens
          The tokens used in the communication between chat receiver client and server.
SenderReceiverTokens
          The tokens used in the communication between chat sender client and server.
SenderServer
          This interface defines the API to the Chat Sender protocol on the server side.
TimeoutException
           
UserInfoTokens
          a collection of UserInfo relating Tokens