Package network

Class Summary
AbCommsDG 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 AbCommsDG.
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
Displays configuration settings for a setting up network communications.
NetComms Created on November 5, 2006, 9:48 AM
Handles the network communications.
NetStatusPanel Created on November 7, 2006, 1:56 PM
Dialog for displaying communications activity.
RecieveComms Created on November 4, 2006, 4:18 PM
Handles the recieving side of communications.
SendComms Created on November 5, 2006, 9:14 AM
Handles communications when sending data to a remote host.

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