We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Home > API > HttpHost-Object
HttpHost objects store all information that describes a HTTP connection to a host. They are an instance of org.apache.http.HttpHost.
httpHost.hostName
Hostname as a String.
httpHost.port
Port as an integer.
httpHost.schemeName
Scheme name (http/https).
Have feedback on Vega? Our documentation? Please tell us.