Package io.hyperfoil.http.steps
Class SendHttpRequestStep
- java.lang.Object
-
- io.hyperfoil.core.steps.StatisticsStep
-
- io.hyperfoil.http.steps.SendHttpRequestStep
-
- All Implemented Interfaces:
io.hyperfoil.api.config.SLA.Provider,io.hyperfoil.api.config.Step,java.io.Serializable
public class SendHttpRequestStep extends StatisticsStep implements io.hyperfoil.api.config.SLA.Provider
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SendHttpRequestStep(int stepId, io.hyperfoil.http.steps.HttpRequestContext.Key contextKey, io.hyperfoil.function.SerializableBiFunction<io.hyperfoil.api.session.Session,io.hyperfoil.api.connection.Connection,io.netty.buffer.ByteBuf> bodyGenerator, io.hyperfoil.function.SerializableBiConsumer<io.hyperfoil.api.session.Session,HttpRequestWriter>[] headerAppenders, boolean injectHostHeader, long timeout, io.hyperfoil.api.config.SLA[] sla)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleaninvoke(io.hyperfoil.api.session.Session session)io.hyperfoil.api.config.SLA[]sla()-
Methods inherited from class io.hyperfoil.core.steps.StatisticsStep
id, nextId
-
-
-
-
Constructor Detail
-
SendHttpRequestStep
public SendHttpRequestStep(int stepId, io.hyperfoil.http.steps.HttpRequestContext.Key contextKey, io.hyperfoil.function.SerializableBiFunction<io.hyperfoil.api.session.Session,io.hyperfoil.api.connection.Connection,io.netty.buffer.ByteBuf> bodyGenerator, io.hyperfoil.function.SerializableBiConsumer<io.hyperfoil.api.session.Session,HttpRequestWriter>[] headerAppenders, boolean injectHostHeader, long timeout, io.hyperfoil.api.config.SLA[] sla)
-
-