Package swpchat.protocol

Interface Summary
AudioOutput  
ChatTokens General tokens used both in the communication between chat receiver and chat sender communication.
ClientFunctions  
ControlClient Interface for the ControlConnection of the client.
ControlServer Interface for the server's ControlConnection to 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.
NotificationTokens Tokens used for notification messages
ProtocolTokens The tokens used in the communication between chat client and server.
ReceiverClient Interface of the receiver client.
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.
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.
SenderServer This interface defines the API to the Chat Sender protocol on the server side.
SenderTokens The tokens used in the communication between chat sender client and server.
UserInfoTokens a collection of UserInfo relating Tokens
 

Class Summary
ChatStreamTokenizer This class parses tokens from an input stream in the swpchat.protocol sense.
Quote class to qoute the messages.
Token A support class used for collecting received tokens in a vector.
 

Exception Summary
NotConnectedException  
ServiceRefusedException  
TimeoutException