Skip to content
David edited this page May 5, 2013 · 3 revisions

Home > API > HttpHost-Object

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.

Clone this wiki locally