Package de.renebergelt.juitest.host.comm
Class IPCServer
java.lang.Object
de.renebergelt.juitest.host.comm.IPCServer
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 -
Method Summary
Modifier and TypeMethodDescriptionvoidrun()Starts the server which then waits for incoming connections
-
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 hostport- The server's portmessageHandler- The IPCHandler to use
-
-
Method Details
-
run
public void run()Starts the server which then waits for incoming connections
-