Uses of Class
network.AbCommsDG

Packages that use AbCommsDG
network   
 

Uses of AbCommsDG in network
 

Subclasses of AbCommsDG in network
 class RecieveComms
          Created on November 4, 2006, 4:18 PM
Handles the recieving side of communications.
 class 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.