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.InetSocketAddressDeprecated.(4.3)ExtendedInetSocketAddressimplementation that also provides access to the originalHttpHostused to resolve the address.- Since:
- 4.2 no longer used.
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description private org.apache.http.HttpHosthttphostDeprecated.private static longserialVersionUIDDeprecated.
-
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.HttpHostgetHttpHost()Deprecated.java.lang.StringtoString()Deprecated.
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
Deprecated.- See Also:
- Constant Field Values
-
httphost
private final org.apache.http.HttpHost httphost
Deprecated.
-
-