Interface HttpRequestStepBuilder.BodyGeneratorBuilder

    • 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 Abstract Methods 
      Modifier and Type Method Description
      io.hyperfoil.function.SerializableBiFunction<io.hyperfoil.api.session.Session,​io.hyperfoil.api.connection.Connection,​io.netty.buffer.ByteBuf> build()  
      • Methods inherited from interface io.hyperfoil.api.config.BuilderBase

        copy, prepareBuild
    • Method Detail

      • build

        io.hyperfoil.function.SerializableBiFunction<io.hyperfoil.api.session.Session,​io.hyperfoil.api.connection.Connection,​io.netty.buffer.ByteBuf> build()