Package org.pitest.util
Class CommunicationThread
- java.lang.Object
-
- org.pitest.util.CommunicationThread
-
public final class CommunicationThread extends Object
-
-
Constructor Summary
Constructors Constructor Description CommunicationThread(ServerSocket socket, Consumer<SafeDataOutputStream> sendInitialData, ReceiveStrategy receive)
-
-
-
Constructor Detail
-
CommunicationThread
public CommunicationThread(ServerSocket socket, Consumer<SafeDataOutputStream> sendInitialData, ReceiveStrategy receive)
-
-
Method Detail
-
start
public void start() throws IOException, InterruptedException- Throws:
IOExceptionInterruptedException
-
-