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(HttpHost httphost, InetAddress addr, int port)
      Deprecated.
  • Method Details