Uses of Class
io.hyperfoil.http.api.HttpMethod
-
Packages that use HttpMethod Package Description io.hyperfoil.http.api io.hyperfoil.http.handlers io.hyperfoil.http.steps -
-
Uses of HttpMethod in io.hyperfoil.http.api
Fields in io.hyperfoil.http.api declared as HttpMethod Modifier and Type Field Description HttpMethodHttpRequest. methodMethods in io.hyperfoil.http.api that return HttpMethod Modifier and Type Method Description HttpMethodHttpMethod.Provided. apply(io.hyperfoil.api.session.Session o)static HttpMethodHttpMethod. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static HttpMethod[]HttpMethod. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.hyperfoil.http.api that return types with arguments of type HttpMethod Modifier and Type Method Description io.hyperfoil.function.SerializableFunction<io.hyperfoil.api.session.Session,HttpMethod>HttpMethod.Builder. build()io.hyperfoil.function.SerializableFunction<io.hyperfoil.api.session.Session,HttpMethod>HttpMethod.ProvidedBuilder. build()Constructors in io.hyperfoil.http.api with parameters of type HttpMethod Constructor Description Provided(HttpMethod method)ProvidedBuilder(HttpMethod method) -
Uses of HttpMethod in io.hyperfoil.http.handlers
Fields in io.hyperfoil.http.handlers declared as HttpMethod Modifier and Type Field Description HttpMethodRedirect.Coords. methodMethods in io.hyperfoil.http.handlers that return HttpMethod Modifier and Type Method Description HttpMethodRedirect.GetMethod. apply(io.hyperfoil.api.session.Session session) -
Uses of HttpMethod in io.hyperfoil.http.steps
Methods in io.hyperfoil.http.steps with parameters of type HttpMethod Modifier and Type Method Description HttpRequestStepBuilderHttpStepCatalog. httpRequest(HttpMethod method)Issue a HTTP request.HttpRequestStepBuilderHttpRequestStepBuilder. method(HttpMethod method)HTTP method used for the request.Constructor parameters in io.hyperfoil.http.steps with type arguments of type HttpMethod 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)
-