Uses of Class
com.facilita.fc.web.HttpStatus
-
Packages that use HttpStatus 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 HttpStatus in com.facilita.fc.web
Fields in com.facilita.fc.web declared as HttpStatus Modifier and Type Field Description static HttpStatusHttpStatus. NOT_SETMethods in com.facilita.fc.web that return HttpStatus Modifier and Type Method Description static HttpStatusHttpStatus. find(int code)Finds theHttpStatuswith the specifiedcode.static HttpStatusHttpStatus. find(java.lang.String code)Finds theHttpStatuswith the specifiedcode.HttpStatusResponse. getResult()Gets the HTTP status code received from the server when thisResponsewas served.Methods in com.facilita.fc.web with parameters of type HttpStatus Modifier and Type Method Description static longHttpStatus. getCPtr(HttpStatus obj)For internal use only.HttpStatusCategoryRequest. getHttpStatusCategory(HttpStatus status)Returns the registered status category for the given HTTP status.booleanHttpStatus. isInRange(HttpStatus from, HttpStatus to)Returnstrueif thisHttpStatusis ordered between the supplied pair ofHttpStatusobjects.voidRequest. setHttpStatusCategory(HttpStatus status, HttpStatusCategory category)Registers the provided HTTP status code range against the predefined category.booleanResponse. verifyResult(HttpStatus expectedResult)Verify that the response code of this Response matches the specifiedexpectedResult.booleanResponse. verifyResult(HttpStatus expectedResult, ActionType action)Verify that the response code of this Response matches the specifiedexpectedResult, and takes the specifiedactionif it does not.
-