@Deprecated public class HttpInetSocketAddress extends InetSocketAddress
InetSocketAddress
implementation that also provides access to the original
HttpHost
used to resolve the address.Constructor and Description |
---|
HttpInetSocketAddress(org.apache.http.HttpHost httphost,
InetAddress addr,
int port)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
org.apache.http.HttpHost |
getHttpHost()
Deprecated.
|
String |
toString()
Deprecated.
|
createUnresolved, equals, getAddress, getHostName, getHostString, getPort, hashCode, isUnresolved
public HttpInetSocketAddress(org.apache.http.HttpHost httphost, InetAddress addr, int port)
public org.apache.http.HttpHost getHttpHost()
public String toString()
toString
in class InetSocketAddress
Copyright © 1999–2022 The Apache Software Foundation. All rights reserved.