Class PTCPSenderThread

java.lang.Object
ecmwf.common.technical.ThreadService.ConfigurableRunnable
ecmwf.common.transport.ptcp.psocket.threads.PTCPSenderThread
All Implemented Interfaces:
Runnable

public class PTCPSenderThread extends ThreadService.ConfigurableRunnable
The Class PTCPSenderThread.
  • Constructor Details

    • PTCPSenderThread

      public PTCPSenderThread(PTCPOutputStream parent, OutputStream os, int id)
      Instantiates a new PTCP sender thread.
      Parameters:
      parent - the parent
      os - the os
      id - the id
  • Method Details