FreeTest
Class Stress

java.lang.Object
  |
  +--java.lang.Thread
        |
        +--FreeTest.Stress

public class Stress
extends java.lang.Thread


Field Summary
(package private)  java.lang.String reply
           
(package private)  java.lang.Thread talker
           
(package private)  java.lang.Runnable tk
           
 int vectIndex
           
 
Fields inherited from class java.lang.Thread
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY, values
 
Constructor Summary
Stress(int i)
           
 
Method Summary
 void run()
          This run method spins off a TCPClient thread to send a packet
 
Methods inherited from class java.lang.Thread
, activeCount, checkAccess, countStackFrames, currentThread, destroy, dumpStack, enumerate, getContextClassLoader, getName, getPriority, getThreadGroup, interrupt, interrupted, isAlive, isDaemon, isInterrupted, join, join, join, resume, setContextClassLoader, setDaemon, setName, setPriority, sleep, sleep, start, stop, stop, suspend, toString, yield
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

tk

java.lang.Runnable tk

talker

java.lang.Thread talker

vectIndex

public int vectIndex

reply

java.lang.String reply
Constructor Detail

Stress

public Stress(int i)
Method Detail

run

public void run()
This run method spins off a TCPClient thread to send a packet
Overrides:
run in class java.lang.Thread