FreeClient
Class TCPClient

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

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

TCPClient opens connections to servers and sends/receives all data. While TCPClient performs all the connection-level operations and deals with errors, all data is passed to ClientProtocol for for processing.

Version:
0.8 9 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