Package org.apache.http.conn
Class HttpInetSocketAddress
- java.lang.Object
-
- java.net.SocketAddress
-
- java.net.InetSocketAddress
-
- org.apache.http.conn.HttpInetSocketAddress
-
- All Implemented Interfaces:
java.io.Serializable
@Deprecated public class HttpInetSocketAddress extends java.net.InetSocketAddress
Deprecated.(4.3)ExtendedInetSocketAddress
implementation that also provides access to the originalHttpHost
used to resolve the address.- Since:
- 4.2 no longer used.
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description HttpInetSocketAddress(org.apache.http.HttpHost httphost, java.net.InetAddress addr, int port)
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description org.apache.http.HttpHost
getHttpHost()
Deprecated.java.lang.String
toString()
Deprecated.
-