Uses of Class
io.hyperfoil.http.steps.HttpResponseHandlersImpl
-
Packages that use HttpResponseHandlersImpl Package Description io.hyperfoil.http.steps -
-
Uses of HttpResponseHandlersImpl in io.hyperfoil.http.steps
Methods in io.hyperfoil.http.steps that return HttpResponseHandlersImpl Modifier and Type Method Description HttpResponseHandlersImplHttpResponseHandlersImpl.Builder. build()Constructors in io.hyperfoil.http.steps with parameters of type HttpResponseHandlersImpl Constructor Description PrepareHttpRequestStep(int stepId, io.hyperfoil.http.steps.HttpRequestContext.Key contextKey, io.hyperfoil.function.SerializableFunction<io.hyperfoil.api.session.Session,HttpMethod> method, io.hyperfoil.function.SerializableFunction<io.hyperfoil.api.session.Session,java.lang.String> endpoint, io.hyperfoil.function.SerializableFunction<io.hyperfoil.api.session.Session,java.lang.String> authority, io.hyperfoil.function.SerializableFunction<io.hyperfoil.api.session.Session,java.lang.String> pathGenerator, MetricSelector metricSelector, HttpResponseHandlersImpl handler)
-