Class TCPRequester

java.lang.Object
org.sblim.slp.internal.ua.TCPRequester
All Implemented Interfaces:
java.lang.Runnable

public class TCPRequester extends java.lang.Object implements java.lang.Runnable
TCPRequester
  • Constructor Summary

    Constructors
    Constructor
    Description
    TCPRequester(ResultTable pResTable, java.net.InetAddress pDestination, RequestMessage pReqMsg, boolean pAsThread)
    Ctor.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    run()
     
    void
    waitFor

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

  • Method Details

    • waitFor

      public void waitFor()
      waitFor
    • run

      public void run()
      Specified by:
      run in interface java.lang.Runnable