HttpHost Objects
HttpHost objects store all information that describes a HTTP connection to a host. They are an instance of org.apache.http.HttpHost.
Properties:
httpHost.hostName
Hostname as a String.
httpHost.port
Port as an integer.
httpHost.schemeName
Scheme name (http/https).
Home > API > HttpHost-Object
Have feedback on Vega? Our documentation? Please tell us.