Package org.apache.http.conn
Class HttpInetSocketAddress
java.lang.Object
java.net.SocketAddress
java.net.InetSocketAddress
org.apache.http.conn.HttpInetSocketAddress
- All Implemented Interfaces:
Serializable
Deprecated.
(4.3)
Extended
InetSocketAddress
implementation that also provides access to the original
HttpHost
used to resolve the address.- Since:
- 4.2 no longer used.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionHttpInetSocketAddress
(org.apache.http.HttpHost httphost, InetAddress addr, int port) Deprecated. -
Method Summary
Methods inherited from class java.net.InetSocketAddress
createUnresolved, equals, getAddress, getHostName, getHostString, getPort, hashCode, isUnresolved
-
Constructor Details
-
HttpInetSocketAddress
Deprecated.
-
-
Method Details
-
getHttpHost
public org.apache.http.HttpHost getHttpHost()Deprecated. -
toString
Deprecated.- Overrides:
toString
in classInetSocketAddress
-