Uses of Class
com.facilita.fc.web.Request
-
Packages that use Request 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 Request in com.facilita.fc.web
Methods in com.facilita.fc.web that return Request Modifier and Type Method Description Request
WebBrowser. createRequest(HttpMethod method, Url url)
Creates aRequest
object that can be used to send an HTTP request to the web server.Request
WebBrowser. createRequest(HttpMethod method, Url url, int reference)
Creates aRequest
object that can be used to send an HTTP request to the web server, specifying a unique identifier that can be used to track the request.Methods in com.facilita.fc.web with parameters of type Request Modifier and Type Method Description void
ConcurrentRequestSender. addRequest(Request request)
Add aRequest
to the list of requests that will be sent to the web server by a call toConcurrentRequestSender.sendRequests()
.static long
Request. getCPtr(Request obj)
For internal use only.void
WebBrowserVirtualUser. prepareRequest(Request request)
This method is called immediately before aRequest
object is sent to the web server.
-