Uses of Class
network.AbCommsTCP

Packages that use AbCommsTCP
network   
 

Uses of AbCommsTCP in network
 

Subclasses of AbCommsTCP in network
 class ServerComms
          Created on November 4, 2006, 4:18 PM
t.5 Made changes to communications.
 class 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.