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 Response
Response. getRedirectedFrom()
Gets theResponse
from which thisResponse
has been redirected.Response
Response. getRedirectedFrom(int depth)
Gets theResponse
from which thisResponse
has been redirected.Response
Request. send()
Sends this request and any sub-requests to the web server, and waits for all the responses to be served.Response
Request. 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 ofResponse
objects that describe HTTP responses to sub-requests associated with the top-levelRequest
sent to the web server.Methods in com.facilita.fc.web with parameters of type Response Modifier and Type Method Description static long
Response. getCPtr(Response obj)
For internal use only.void
WebBrowserVirtualUser. processResponse(Response response)
This method is called immediately after aResponse
is returned from the web server.void
Request. sendSubRequests(Response response)
Sends the sub-requests for this request to the web server, and waits for the responses.
-