@Deprecated
public class HttpInetSocketAddress
extends java.net.InetSocketAddress
InetSocketAddress implementation that also provides access to the original
HttpHost used to resolve the address.| Constructor and Description |
|---|
HttpInetSocketAddress(HttpHost httphost,
java.net.InetAddress addr,
int port)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
HttpHost |
getHttpHost()
Deprecated.
|
java.lang.String |
toString()
Deprecated.
|
public HttpInetSocketAddress(HttpHost httphost, java.net.InetAddress addr, int port)
public HttpHost getHttpHost()
public java.lang.String toString()
toString in class java.net.InetSocketAddress