Class HttpInetSocketAddress

java.lang.Object
java.net.SocketAddress
java.net.InetSocketAddress
org.apache.http.conn.HttpInetSocketAddress
All Implemented Interfaces:
Serializable

@Deprecated public class HttpInetSocketAddress extends InetSocketAddress
Deprecated.
(4.3)
Extended InetSocketAddress implementation that also provides access to the original HttpHost used to resolve the address.
Since:
4.2 no longer used.
See Also:
  • Constructor Details

    • HttpInetSocketAddress

      public HttpInetSocketAddress(org.apache.http.HttpHost httphost, InetAddress addr, int port)
      Deprecated.
  • Method Details

    • getHttpHost

      public org.apache.http.HttpHost getHttpHost()
      Deprecated.
    • toString

      public String toString()
      Deprecated.
      Overrides:
      toString in class InetSocketAddress