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