Class LogInvalidHandler.BodyHandlerBuilder

  • All Implemented Interfaces:
    io.hyperfoil.api.config.BuilderBase<io.hyperfoil.api.processor.Processor.Builder>, io.hyperfoil.api.processor.Processor.Builder
    Enclosing class:
    LogInvalidHandler

    @MetaInfServices(io.hyperfoil.api.processor.Processor.Builder.class)
    public static class LogInvalidHandler.BodyHandlerBuilder
    extends java.lang.Object
    implements io.hyperfoil.api.processor.Processor.Builder
    Logs body chunks from requests marked as invalid.
    • Nested Class Summary

      • Nested classes/interfaces inherited from interface io.hyperfoil.api.config.BuilderBase

        io.hyperfoil.api.config.BuilderBase.CopyUtil, io.hyperfoil.api.config.BuilderBase.IgnoreCopy, io.hyperfoil.api.config.BuilderBase.ThrowingSupplier<T extends java.lang.Object>
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      LogInvalidHandler build​(boolean fragmented)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface io.hyperfoil.api.config.BuilderBase

        copy, prepareBuild
    • Constructor Detail

      • BodyHandlerBuilder

        public BodyHandlerBuilder()
    • Method Detail

      • build

        public LogInvalidHandler build​(boolean fragmented)
        Specified by:
        build in interface io.hyperfoil.api.processor.Processor.Builder