Class SocketDeblocker

java.lang.Object
java.lang.Thread
net.messagevortex.transport.SocketDeblocker
All Implemented Interfaces:
Runnable

public class SocketDeblocker extends Thread
  • Constructor Details

    • SocketDeblocker

      public SocketDeblocker(int port, int timeout)
  • Method Details

    • shutdown

      public void shutdown()

      Shutdown the running threads and wait for termination.

    • run

      public void run()

      Thread runner.

      Do not call this methode

      FIXME: move to private class
      Specified by:
      run in interface Runnable
      Overrides:
      run in class Thread