Package network

Class Summary
AbCommsTCP Created on November 8, 2006, 4:31 PM
Abstract comms used as the parent for SendComms and RecieveComms.

Uses datagrams to handle the communications.
Sending or waiting for acks is handled by the classes that implement AbCommsTCP.
Each child implements and uses the socket, packet, remoteHost, and connectedAddress variables differently.
Created to help simplify and organize communications.
CommDialog Created on November 6, 2006, 8:44 PM
Dialog used to configure communications.
NetComms Created on November 5, 2006, 9:48 AM Sets up communications.
NetStatusPanel Created on November 7, 2006, 1:56 PM
Dialog for displaying communications activity.
ServerComms Created on November 4, 2006, 4:18 PM
t.5 Made changes to communications.
SocketComms Created on November 5, 2006, 9:14 AM
Handles communications when sending data to a remote host.

Extends AbCommsTCP, sends the data packet in a loop until the loop is terminated.
The communication loop is terminated either by the object using SocketComms, such as when an ack is received, or if no ack is required.