Uses of Class
com.facilita.fc.web.Response
-
Packages that use Response 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 Response in com.facilita.fc.web
Methods in com.facilita.fc.web that return Response Modifier and Type Method Description ResponseResponse. getRedirectedFrom()Gets theResponsefrom which thisResponsehas been redirected.ResponseResponse. getRedirectedFrom(int depth)Gets theResponsefrom which thisResponsehas been redirected.ResponseRequest. send()Sends this request and any sub-requests to the web server, and waits for all the responses to be served.ResponseRequest. sendTopLevel()Sends this request to the web server, and waits for the response to be served, but doesn't send any sub-requests.Methods in com.facilita.fc.web that return types with arguments of type Response Modifier and Type Method Description java.util.List<Response>ConcurrentRequestSender. getResponses()java.util.List<Response>Response. getSubResponses()Gets a list ofResponseobjects that describe HTTP responses to sub-requests associated with the top-levelRequestsent to the web server.Methods in com.facilita.fc.web with parameters of type Response Modifier and Type Method Description static longResponse. getCPtr(Response obj)For internal use only.voidWebBrowserVirtualUser. processResponse(Response response)This method is called immediately after aResponseis returned from the web server.voidRequest. sendSubRequests(Response response)Sends the sub-requests for this request to the web server, and waits for the responses.
-