Class UnicastTestTcp.Sender

java.lang.Object
java.lang.Thread
org.jgroups.tests.UnicastTestTcp.Sender
All Implemented Interfaces:
Runnable
Enclosing class:
UnicastTestTcp

private class UnicastTestTcp.Sender extends Thread
  • Field Details

    • number_of_msgs

      protected final int number_of_msgs
    • do_print

      protected final int do_print
    • buf

      protected final byte[] buf
  • Constructor Details

    • Sender

      public Sender(int num_msgs, int msg_size, int print)
  • Method Details

    • run

      public void run()
      Specified by:
      run in interface Runnable
      Overrides:
      run in class Thread