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