Class TcpServerBindThread

  • All Implemented Interfaces:
    Runnable

    public class TcpServerBindThread
    extends Thread
    Runnable to handle the ServerSocket.accept requests
    • Method Detail

      • run

        public void run()
        Bind the TCP ServerSocket within the specified timeout.
        Specified by:
        run in interface Runnable
        Overrides:
        run in class Thread