cc.glsn
Class PortSuck

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

public class PortSuck
extends Object

Simply answers on a port and receives data. Useful for testing network throughoput


Constructor Summary
PortSuck(String[] Args)
           
 
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

PortSuck

public PortSuck(String[] Args)
         throws Exception
Throws:
Exception
Method Detail

main

public static void main(String[] Args)
                 throws Exception
Throws:
Exception