Class AbstractMasterProcessChannelProcessorFactory
java.lang.Object
org.apache.maven.surefire.booter.spi.AbstractMasterProcessChannelProcessorFactory
- All Implemented Interfaces:
Closeable
,AutoCloseable
,org.apache.maven.surefire.spi.MasterProcessChannelProcessorFactory
- Direct Known Subclasses:
LegacyMasterProcessChannelProcessorFactory
,SurefireMasterProcessChannelProcessorFactory
public abstract class AbstractMasterProcessChannelProcessorFactory
extends Object
implements org.apache.maven.surefire.spi.MasterProcessChannelProcessorFactory
Default implementation of
MasterProcessChannelProcessorFactory
.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
close()
protected void
schedulePeriodicFlusher
(int delayInMillis, org.apache.maven.surefire.api.util.internal.WritableBufferedByteChannel channel) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.apache.maven.surefire.spi.MasterProcessChannelProcessorFactory
canUse, connect, createDecoder, createEncoder
-
Constructor Details
-
AbstractMasterProcessChannelProcessorFactory
public AbstractMasterProcessChannelProcessorFactory()
-
-
Method Details
-
schedulePeriodicFlusher
protected void schedulePeriodicFlusher(int delayInMillis, org.apache.maven.surefire.api.util.internal.WritableBufferedByteChannel channel) -
close
- Specified by:
close
in interfaceAutoCloseable
- Specified by:
close
in interfaceCloseable
- Throws:
IOException
-