Uses of Class
com.facilita.fc.web.HostFilteringMode
-
Packages that use HostFilteringMode 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 HostFilteringMode in com.facilita.fc.web
Methods in com.facilita.fc.web that return HostFilteringMode Modifier and Type Method Description HostFilteringMode
WebBrowser. getHostFilteringMode()
Get theHostFilteringMode
.static HostFilteringMode
HostFilteringMode. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static HostFilteringMode[]
HostFilteringMode. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.facilita.fc.web with parameters of type HostFilteringMode Modifier and Type Method Description void
WebBrowser. setHostFilteringMode(HostFilteringMode mode)
Set theHostFilteringMode
.
-