Class DefaultProxyRoutePlanner

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected org.apache.http.HttpHost determineProxy​(org.apache.http.HttpHost target, org.apache.http.HttpRequest request, org.apache.http.protocol.HttpContext context)
      This implementation returns null.
      • Methods inherited from class java.lang.Object

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

      • DefaultProxyRoutePlanner

        public DefaultProxyRoutePlanner​(org.apache.http.HttpHost proxy,
                                        SchemePortResolver schemePortResolver)
      • DefaultProxyRoutePlanner

        public DefaultProxyRoutePlanner​(org.apache.http.HttpHost proxy)
    • Method Detail

      • determineProxy

        protected org.apache.http.HttpHost determineProxy​(org.apache.http.HttpHost target,
                                                          org.apache.http.HttpRequest request,
                                                          org.apache.http.protocol.HttpContext context)
                                                   throws org.apache.http.HttpException
        Description copied from class: DefaultRoutePlanner
        This implementation returns null.
        Overrides:
        determineProxy in class DefaultRoutePlanner
        Throws:
        org.apache.http.HttpException - may be thrown if overridden