Package packetNetworking

Class Summary
Client Client class.
Communicator  
Main Class only used for testing
MessageListenerThread This thread represents a thread who's only function is to listen for messages from the server A message is received by first reading the length of the package, then reading that number of bytes from the stream Listening intervals are hardcoded at 30ms.
ObjectSender  
Packet This class only serves as a common ancestor for all other packets.
Server Server class.
StringPacket  
TestPacket