Class EPPServerThread

java.lang.Object
java.lang.Thread
com.verisign.epp.transport.EPPServerThread
All Implemented Interfaces:
Runnable

public class EPPServerThread extends Thread
Server thread for processing a new client connection.
  • Constructor Details

    • EPPServerThread

      public EPPServerThread(Socket aSocket, ServerEventHandler aHandler) throws IOException
      Creates a new EPPServerThread object.
      Parameters:
      aSocket - Client socket to handle in thread
      aHandler - Client connection handler
      Throws:
      IOException - Exception process the client socket
  • Method Details

    • run

      public void run()
      Process the client connection.
      Specified by:
      run in interface Runnable
      Overrides:
      run in class Thread