Free
Class TCPClient

java.lang.Object
  |
  +--Free.TCPClient

public class TCPClient
extends java.lang.Object
implements java.lang.Runnable

TCPClient allows RTServer to connect as a client to a totaller server when the ballot has closed. While TCPClient performs all the connection-level operations and deals with errors, all data is passed to ClientProtocol for for processing.

Version:
0.9 26 February 2001
Author:
Jason Kitcat

Constructor Summary
TCPClient()
           
 
Method Summary
 void run()
          run() delivers a packet to the server whose DNS address is chosen
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TCPClient

public TCPClient()
Method Detail

run

public void run()
run() delivers a packet to the server whose DNS address is chosen
Specified by:
run in interface java.lang.Runnable