Class IPCServer

java.lang.Object
de.renebergelt.juitest.host.comm.IPCServer

public class IPCServer extends Object
test host which receives test commands through a network socket and executes them on an attached instance of the application under test
  • Constructor Summary

    Constructors
    Constructor
    Description
    IPCServer​(String host, int port, de.renebergelt.juitest.core.comm.IPCHandler messageHandler)
    Create a new instance of the IPCServer
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    run()
    Starts the server which then waits for incoming connections

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • IPCServer

      public IPCServer(String host, int port, de.renebergelt.juitest.core.comm.IPCHandler messageHandler)
      Create a new instance of the IPCServer
      Parameters:
      host - The server's host
      port - The server's port
      messageHandler - The IPCHandler to use
  • Method Details

    • run

      public void run()
      Starts the server which then waits for incoming connections