Class ExecutionDataServer

java.lang.Object
com.jk.core.test.ExecutionDataServer

public final class ExecutionDataServer extends Object
This example starts a socket server to collect coverage from agents that run in output mode tcpclient. The collected data is dumped to a local file.
Version:
1.0
Author:
Dr. Jalal H. Kiswani
  • Constructor Details

    • ExecutionDataServer

      public ExecutionDataServer()
  • Method Details

    • main

      public static void main(String[] args) throws IOException
      This main method starts the execution data server and assign a Handler for each incoming connection to the server.
      Parameters:
      args - the command line arguments.
      Throws:
      IOException - if an I/O exception has occurred.