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