Class DefaultSchemePortResolver

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int resolve​(java.lang.String scheme, org.apache.hc.core5.net.NamedEndpoint endpoint)
      Returns the actual port for the host based on the protocol scheme.
      int resolve​(org.apache.hc.core5.http.HttpHost host)
      Returns the actual port for the host based on the protocol scheme.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • DefaultSchemePortResolver

        public DefaultSchemePortResolver()
    • Method Detail

      • resolve

        public int resolve​(org.apache.hc.core5.http.HttpHost host)
        Description copied from interface: SchemePortResolver
        Returns the actual port for the host based on the protocol scheme.
        Specified by:
        resolve in interface SchemePortResolver
      • resolve

        public int resolve​(java.lang.String scheme,
                           org.apache.hc.core5.net.NamedEndpoint endpoint)
        Description copied from interface: SchemePortResolver
        Returns the actual port for the host based on the protocol scheme.
        Specified by:
        resolve in interface SchemePortResolver