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 RequestWebBrowser. createRequest(HttpMethod method, Url url)Creates aRequestobject that can be used to send an HTTP request to the web server.RequestWebBrowser. createRequest(HttpMethod method, Url url, int reference)Creates aRequestobject 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 voidConcurrentRequestSender. addRequest(Request request)Add aRequestto the list of requests that will be sent to the web server by a call toConcurrentRequestSender.sendRequests().static longRequest. getCPtr(Request obj)For internal use only.voidWebBrowserVirtualUser. prepareRequest(Request request)This method is called immediately before aRequestobject is sent to the web server. 
 -