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