Package com.netsparker.cloud.model
Class ProxyBlock
java.lang.Object
com.netsparker.cloud.model.ProxyBlock
The ProxyBlock class corresponds to an "optionalBlock" global.jelly element that
represents proxy configuration data.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetpHost()
Corresponds to thepHost
identifier referenced in a global.jelly file.Corresponds to thepPassword
identifier referenced in a global.jelly file.getpPort()
Corresponds to thepPort
identifier referenced in a global.jelly file.getpUser()
Corresponds to thepUser
identifier referenced in a global.jelly file.Corresponds to theuseProxy
identifier referenced in a global.jelly file.
-
Constructor Details
-
Method Details
-
getUseProxy
Corresponds to theuseProxy
identifier referenced in a global.jelly file.- Returns:
- a
Boolean
object.
-
getpHost
Corresponds to thepHost
identifier referenced in a global.jelly file.- Returns:
- a
String
object.
-
getpPort
Corresponds to thepPort
identifier referenced in a global.jelly file.- Returns:
- a
String
object.
-
getpUser
Corresponds to thepUser
identifier referenced in a global.jelly file.- Returns:
- a
String
object.
-
getpPassword
Corresponds to thepPassword
identifier referenced in a global.jelly file.- Returns:
- a
String
object.
-