Class AbstractMasterProcessChannelProcessorFactory

  • All Implemented Interfaces:
    java.io.Closeable, java.lang.AutoCloseable, org.apache.maven.surefire.spi.MasterProcessChannelProcessorFactory
    Direct Known Subclasses:
    LegacyMasterProcessChannelProcessorFactory, SurefireMasterProcessChannelProcessorFactory

    public abstract class AbstractMasterProcessChannelProcessorFactory
    extends java.lang.Object
    implements org.apache.maven.surefire.spi.MasterProcessChannelProcessorFactory
    Default implementation of MasterProcessChannelProcessorFactory.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void 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 Detail

      • AbstractMasterProcessChannelProcessorFactory

        public AbstractMasterProcessChannelProcessorFactory()
    • Method Detail

      • schedulePeriodicFlusher

        protected void schedulePeriodicFlusher​(int delayInMillis,
                                               org.apache.maven.surefire.api.util.internal.WritableBufferedByteChannel channel)
      • close

        public void close()
                   throws java.io.IOException
        Specified by:
        close in interface java.lang.AutoCloseable
        Specified by:
        close in interface java.io.Closeable
        Throws:
        java.io.IOException