Class LegacyMasterProcessChannelProcessorFactory
java.lang.Object
org.apache.maven.surefire.booter.spi.AbstractMasterProcessChannelProcessorFactory
org.apache.maven.surefire.booter.spi.LegacyMasterProcessChannelProcessorFactory
- All Implemented Interfaces:
 Closeable,AutoCloseable,MasterProcessChannelProcessorFactory
public class LegacyMasterProcessChannelProcessorFactory
extends AbstractMasterProcessChannelProcessorFactory
Producer of encoder and decoder for process pipes.
 
- Since:
 - 3.0.0-M5
 - Author:
 - Tibor Digana (tibor17)
 
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionbooleanvoidcreateDecoder(ForkNodeArguments forkingArguments) createEncoder(ForkNodeArguments forkingArguments) Methods inherited from class org.apache.maven.surefire.booter.spi.AbstractMasterProcessChannelProcessorFactory
close, schedulePeriodicFlusher 
- 
Constructor Details
- 
LegacyMasterProcessChannelProcessorFactory
public LegacyMasterProcessChannelProcessorFactory() 
 - 
 - 
Method Details
- 
canUse
 - 
connect
- Throws:
 IOException
 - 
createDecoder
 - 
createEncoder
 
 -