Class EPPQuicServerThread

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

public class EPPQuicServerThread extends Thread
Server thread for processing a new client connection and to loop process commands.
  • Constructor Details

    • EPPQuicServerThread

      public EPPQuicServerThread(tech.kwik.core.QuicStream aStream, ServerEventHandler aHandler)
      Creates a new EPPQuicServerThread object.
      Parameters:
      aStream - Quick stream to handle in thread
      aHandler - Client connection handler
  • Method Details

    • run

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