Uses of Class
com.facilita.fc.web.ConnectionType
-
Packages that use ConnectionType 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 ConnectionType in com.facilita.fc.web
Methods in com.facilita.fc.web that return ConnectionType Modifier and Type Method Description ConnectionType
WebBrowser. getConnectionType(boolean secure)
Gets theConnectionType
in use.static ConnectionType
ConnectionType. swigToEnum(int swigValue)
For internal use only.static ConnectionType
ConnectionType. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static ConnectionType[]
ConnectionType. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-