Uses of Class
com.facilita.fc.web.NameValuePair
-
Packages that use NameValuePair 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 NameValuePair in com.facilita.fc.web
Methods in com.facilita.fc.web that return NameValuePair Modifier and Type Method Description NameValuePair
QueryData. get(int index)
Gets theNameValuePair
at the specifiedindex
in the list.Methods in com.facilita.fc.web with parameters of type NameValuePair Modifier and Type Method Description static long
NameValuePair. getCPtr(NameValuePair obj)
For internal use only.
-