Uses of Class
com.facilita.fc.web.HttpStatusCategory
-
Packages that use HttpStatusCategory 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 HttpStatusCategory in com.facilita.fc.web
Methods in com.facilita.fc.web that return HttpStatusCategory Modifier and Type Method Description HttpStatusCategory
Request. getHttpStatusCategory(HttpStatus status)
Returns the registered status category for the given HTTP status.static HttpStatusCategory
HttpStatusCategory. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static HttpStatusCategory[]
HttpStatusCategory. 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 HttpStatusCategory Modifier and Type Method Description void
Request. setHttpStatusCategory(HttpStatusRange statusRange, HttpStatusCategory category)
Registers the provided HTTP status code range against the predefined category.void
Request. setHttpStatusCategory(HttpStatus status, HttpStatusCategory category)
Registers the provided HTTP status code range against the predefined category.
-