public final class CommunicationThread extends Object
| Constructor and Description |
|---|
CommunicationThread(ServerSocket socket,
Consumer<SafeDataOutputStream> sendInitialData,
ReceiveStrategy receive) |
| Modifier and Type | Method and Description |
|---|---|
void |
start() |
Optional<ExitCode> |
waitToFinish(int pollSeconds) |
public CommunicationThread(ServerSocket socket, Consumer<SafeDataOutputStream> sendInitialData, ReceiveStrategy receive)
public void start()
throws IOException,
InterruptedException
IOExceptionInterruptedExceptionCopyright © 2024 org.pitest. All rights reserved.