Class PTCPReceiverThread

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

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

    • PTCPReceiverThread

      public PTCPReceiverThread(PTCPInputStream parent, InputStream is, int id)
      Instantiates a new PTCP receiver thread.
      Parameters:
      parent - the parent
      is - the is
      id - the id
  • Method Details