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. (4.3)
@Deprecated
public class HttpInetSocketAddress
- extends java.net.InetSocketAddress
Extended InetSocketAddress implementation that also provides access to the original
HttpHost used to resolve the address.
- Since:
- 4.2 no longer used.
- See Also:
- Serialized Form
|
Constructor Summary |
HttpInetSocketAddress(org.apache.http.HttpHost httphost,
java.net.InetAddress addr,
int port)
Deprecated. |
|
Method Summary |
org.apache.http.HttpHost |
getHttpHost()
Deprecated. |
java.lang.String |
toString()
Deprecated. |
| Methods inherited from class java.net.InetSocketAddress |
createUnresolved, equals, getAddress, getHostName, getPort, hashCode, isUnresolved |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
HttpInetSocketAddress
public HttpInetSocketAddress(org.apache.http.HttpHost httphost,
java.net.InetAddress addr,
int port)
- Deprecated.
getHttpHost
public org.apache.http.HttpHost getHttpHost()
- Deprecated.
toString
public java.lang.String toString()
- Deprecated.
- Overrides:
toString in class java.net.InetSocketAddress