Class Host

java.lang.Object
org.apache.hc.core5.net.Host
All Implemented Interfaces:
Serializable, NamedEndpoint

@Contract(threading=IMMUTABLE) public final class Host extends Object implements NamedEndpoint, Serializable
Component that holds all details needed to describe a network connection to a host. This includes remote host name and port.
Since:
5.0
See Also: