Class HttpInetSocketAddress

  • All Implemented Interfaces:
    java.io.Serializable

    @Deprecated
    public class HttpInetSocketAddress
    extends java.net.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:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      HttpInetSocketAddress​(HttpHost httphost, java.net.InetAddress addr, int port)
      Deprecated.
       
    • Method Summary

      All Methods Instance Methods Concrete Methods Deprecated Methods 
      Modifier and Type Method Description
      HttpHost getHttpHost()
      Deprecated.
       
      java.lang.String toString()
      Deprecated.
       
      • Methods inherited from class java.net.InetSocketAddress

        createUnresolved, equals, getAddress, getHostName, getHostString, getPort, hashCode, isUnresolved
      • Methods inherited from class java.lang.Object

        getClass, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • HttpInetSocketAddress

        public HttpInetSocketAddress​(HttpHost httphost,
                                     java.net.InetAddress addr,
                                     int port)
        Deprecated.
    • Method Detail

      • getHttpHost

        public HttpHost getHttpHost()
        Deprecated.
      • toString

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