Interface SocketRunnable


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

      • run

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