Uses of Class
io.hyperfoil.api.connection.Request.Result
-
Packages that use Request.Result Package Description io.hyperfoil.api.connection -
-
Uses of Request.Result in io.hyperfoil.api.connection
Methods in io.hyperfoil.api.connection that return Request.Result Modifier and Type Method Description static Request.ResultRequest.Result. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static Request.Result[]Request.Result. values()Returns an array containing the constants of this enum type, in the order they are declared.
-