Uses of Class
com.facilita.fc.web.HttpStatusRange
-
Packages that use HttpStatusRange Package Description com.facilita.fc.web The eggPlant Performance Web Java API makes it easy to perform load tests against web sites and services, by providing classes and methods that simulate the behaviour of a web browser sending/receiving HTTP(s) requests to/from a web server. -
-
Uses of HttpStatusRange in com.facilita.fc.web
Methods in com.facilita.fc.web that return HttpStatusRange Modifier and Type Method Description static HttpStatusRange
HttpStatusRange. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static HttpStatusRange[]
HttpStatusRange. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.facilita.fc.web with parameters of type HttpStatusRange Modifier and Type Method Description void
Request. setHttpStatusCategory(HttpStatusRange statusRange, HttpStatusCategory category)
Registers the provided HTTP status code range against the predefined category.
-