Class LegacyForkChannel

java.lang.Object
org.apache.maven.surefire.extensions.ForkChannel
org.apache.maven.plugin.surefire.extensions.LegacyForkChannel
All Implemented Interfaces:
Closeable, AutoCloseable

final class LegacyForkChannel extends ForkChannel
The main purpose of this class is to bind the command reader reading the commands from CommandReader, serializing them and writing the stream to the sub-process. It binds the event handler deserializing a received event and sends the event object to the event handler.