Class ClientThread

java.lang.Object
java.lang.Thread
org.apache.derby.impl.drda.ClientThread
All Implemented Interfaces:
Runnable

final class ClientThread extends Thread
  • Field Details

  • Constructor Details

  • Method Details

    • run

      public void run()
      Specified by:
      run in interface Runnable
      Overrides:
      run in class Thread
    • acceptClientWithRetry

      private Socket acceptClientWithRetry()
      Perform a server socket accept. Allow three attempts with a one second wait between each
      Returns:
      client socket or null if accept failed.