Class Service.ConnectionHandlerRunnable

java.lang.Object
org.processmining.framework.util.socket.Service.ConnectionHandlerRunnable
All Implemented Interfaces:
Runnable
Enclosing class:
Service

protected class Service.ConnectionHandlerRunnable extends Object implements Runnable
A simple class that enables notification of ServiceHandler-s in a new thread.
Author:
christian
  • Field Details

    • clientSocket

      protected Socket clientSocket
  • Constructor Details

  • Method Details

    • run

      public void run()
      Notifies all registered handlers about a new client connection in a new thread.
      Specified by:
      run in interface Runnable