Interface SocketRunnable


public interface SocketRunnable
Runnable to run on the Socket Thread.
Author:
Daniel Sagenschneider
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    run()
    Runs the execution.
  • Method Details

    • run

      void run() throws Throwable
      Runs the execution.
      Throws:
      Throwable - If execution fails.