cc.glsn
Class TCPWatch

java.lang.Object
  extended by cc.glsn.TCPWatch

public class TCPWatch
extends Object


Constructor Summary
TCPWatch(int AnswerPort, String TargetHost, int TargetPort)
           
 
Method Summary
static void main(String[] args)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TCPWatch

public TCPWatch(int AnswerPort,
                String TargetHost,
                int TargetPort)
         throws IOException
Throws:
IOException
Method Detail

main

public static void main(String[] args)
                 throws IOException
Throws:
IOException