Class DefaultHttpAsyncRoutePlanner

  • All Implemented Interfaces:
    org.apache.http.conn.routing.HttpRoutePlanner

    @Deprecated
    public class DefaultHttpAsyncRoutePlanner
    extends java.lang.Object
    implements org.apache.http.conn.routing.HttpRoutePlanner
    Deprecated.
    • Constructor Detail

      • DefaultHttpAsyncRoutePlanner

        public DefaultHttpAsyncRoutePlanner​(AsyncSchemeRegistry schemeRegistry)
        Deprecated.
    • Method Detail

      • getSchemeRegistry

        private AsyncSchemeRegistry getSchemeRegistry​(org.apache.http.protocol.HttpContext context)
        Deprecated.
      • determineRoute

        public org.apache.http.conn.routing.HttpRoute determineRoute​(org.apache.http.HttpHost target,
                                                                     org.apache.http.HttpRequest request,
                                                                     org.apache.http.protocol.HttpContext context)
                                                              throws org.apache.http.HttpException
        Deprecated.
        Specified by:
        determineRoute in interface org.apache.http.conn.routing.HttpRoutePlanner
        Throws:
        org.apache.http.HttpException