Uses of Package
network

Packages that use network
network   
 

Classes in network used by network
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.
NetStatusPanel
          Created on November 7, 2006, 1:56 PM
Dialog for displaying communications activity.